mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Forced the external exception check to occur sooner by changing the downcount.
Fixes issue 5825.
This commit is contained in:
parent
bb3ce1f8d3
commit
1d550f4496
3 changed files with 21 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue