mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
check DSi interrupts for halted processor wakeup
This commit is contained in:
@ -1270,6 +1270,9 @@ bool HaltInterrupted(u32 cpu)
|
||||
if (IF[cpu] & IE[cpu])
|
||||
return true;
|
||||
|
||||
if ((ConsoleType == 1) && cpu && (IF2 & IE2))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user