VideoCommon: Constrain the array_base registers

The array_base registers as part of CP state do not seem to incorporate
the upper bits in the physical address they try to access.
This commit is contained in:
booto
2019-05-31 02:46:17 -04:00
parent 8046f40784
commit bc8a4f99c7
3 changed files with 12 additions and 2 deletions

View File

@ -169,4 +169,6 @@ void SetCpStatusRegister();
void HandleUnknownOpcode(u8 cmd_byte, void* buffer, bool preprocess);
u32 GetPhysicalAddressMask();
} // namespace CommandProcessor