mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Reschedule in sceKernelReferThreadStatus().
It's often called in loops waiting for a thread to wake up. Fixes .hack//Link's sluggish performance.
This commit is contained in:
parent
97cc16cd6d
commit
83bc12ea08
1 changed files with 1 additions and 0 deletions
|
@ -1319,6 +1319,7 @@ u32 sceKernelReferThreadStatus(u32 threadID, u32 statusPtr)
|
|||
}
|
||||
|
||||
hleEatCycles(1220);
|
||||
hleReSchedule("refer thread status");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue