Check for DSI exceptions after a dcbz instruction. Fixes Rogue Squadron 3 in interpreter mode.

This commit is contained in:
Pierre Bourdon 2012-06-20 12:15:22 +02:00
parent e550623b11
commit 30de244050
1 changed files with 1 additions and 0 deletions

View File

@ -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