rsx: Minor fixup (#12165)

This commit is contained in:
Elad Ashkenazi
2022-06-04 17:04:27 +03:00
committed by GitHub
parent 9bb7e8d614
commit 88faac7bbc
+1
View File
@@ -258,6 +258,7 @@ namespace rsx
m_command_reg += m_command_inc * count;
m_remaining_commands -= count;
m_internal_get += 4 * count;
m_args_ptr += 4 * count;
return true;
}