Forced the external exception check to occur sooner by changing the downcount.

Fixes issue 5825.
This commit is contained in:
skidau
2013-03-25 00:47:44 +11:00
parent bb3ce1f8d3
commit 1d550f4496
3 changed files with 21 additions and 1 deletions

View File

@ -144,7 +144,7 @@ void Init()
isHiWatermarkActive = false;
isLoWatermarkActive = false;
et_UpdateInterrupts = CoreTiming::RegisterEvent("UpdateInterrupts", UpdateInterrupts_Wrapper);
et_UpdateInterrupts = CoreTiming::RegisterEvent("CPInterrupt", UpdateInterrupts_Wrapper);
}
void Read16(u16& _rReturnValue, const u32 _Address)