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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}