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:
Unknown W. Brackets 2013-08-15 07:56:35 -07:00
parent 97cc16cd6d
commit 83bc12ea08

View File

@ -1319,6 +1319,7 @@ u32 sceKernelReferThreadStatus(u32 threadID, u32 statusPtr)
}
hleEatCycles(1220);
hleReSchedule("refer thread status");
return 0;
}