mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 22:10:01 +00: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
@ -1319,6 +1319,7 @@ u32 sceKernelReferThreadStatus(u32 threadID, u32 statusPtr)
|
||||
}
|
||||
|
||||
hleEatCycles(1220);
|
||||
hleReSchedule("refer thread status");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user