mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
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:
@ -169,4 +169,6 @@ void SetCpStatusRegister();
|
||||
|
||||
void HandleUnknownOpcode(u8 cmd_byte, void* buffer, bool preprocess);
|
||||
|
||||
u32 GetPhysicalAddressMask();
|
||||
|
||||
} // namespace CommandProcessor
|
||||
|
Reference in New Issue
Block a user