Eat some cycles when getting the current thread id.

This commit is contained in:
Unknown W. Brackets 2013-05-28 01:47:39 -07:00
parent 8396cdf227
commit ab49de0331

View file

@ -2483,6 +2483,7 @@ u32 __KernelGetCurThreadStack()
SceUID sceKernelGetThreadId()
{
VERBOSE_LOG(SCEKERNEL, "%i = sceKernelGetThreadId()", currentThread);
hleEatCycles(180);
return currentThread;
}