mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Reschedule after resuming interrupts.
This commit is contained in:
parent
49d41abbd3
commit
cf9f92e12f
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ void sceKernelCpuResumeIntr(u32 enable)
|
||||||
{
|
{
|
||||||
__EnableInterrupts();
|
__EnableInterrupts();
|
||||||
hleRunInterrupts();
|
hleRunInterrupts();
|
||||||
|
hleReSchedule("interrupts resumed");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue