mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 16:49:27 +00: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:
parent
8046f40784
commit
bc8a4f99c7
3 changed files with 12 additions and 2 deletions
|
@ -169,4 +169,6 @@ void SetCpStatusRegister();
|
|||
|
||||
void HandleUnknownOpcode(u8 cmd_byte, void* buffer, bool preprocess);
|
||||
|
||||
u32 GetPhysicalAddressMask();
|
||||
|
||||
} // namespace CommandProcessor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue