Check for DSI exceptions after a dcbz instruction. Fixes Rogue Squadron 3 in interpreter mode.
This commit is contained in:
parent
e550623b11
commit
30de244050
|
@ -409,6 +409,7 @@ void Interpreter::dcbz(UGeckoInstruction _inst)
|
|||
// HACK but works... we think
|
||||
if (HID2.WPE || !HID0.DCFA)
|
||||
Memory::Memset(Helper_Get_EA_X(_inst) & (~31), 0, 32);
|
||||
PowerPC::CheckExceptions();
|
||||
}
|
||||
|
||||
// eciwx/ecowx technically should access the specified device
|
||||
|
|
Loading…
Reference in New Issue