check DSi interrupts for halted processor wakeup
This commit is contained in:
parent
5903b11bda
commit
ea734084ca
|
@ -1270,6 +1270,9 @@ bool HaltInterrupted(u32 cpu)
|
||||||
if (IF[cpu] & IE[cpu])
|
if (IF[cpu] & IE[cpu])
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
if ((ConsoleType == 1) && cpu && (IF2 & IE2))
|
||||||
|
return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue