diff --git a/Core/HLE/sceKernelInterrupt.cpp b/Core/HLE/sceKernelInterrupt.cpp index 6d69eea68..be26220fa 100644 --- a/Core/HLE/sceKernelInterrupt.cpp +++ b/Core/HLE/sceKernelInterrupt.cpp @@ -89,6 +89,7 @@ void sceKernelCpuResumeIntr(u32 enable) { __EnableInterrupts(); hleRunInterrupts(); + hleReSchedule("interrupts resumed"); } else {