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