Eat some cycles when getting the current thread id.
This commit is contained in:
parent
8396cdf227
commit
ab49de0331
1 changed files with 1 additions and 0 deletions
|
@ -2483,6 +2483,7 @@ u32 __KernelGetCurThreadStack()
|
|||
SceUID sceKernelGetThreadId()
|
||||
{
|
||||
VERBOSE_LOG(SCEKERNEL, "%i = sceKernelGetThreadId()", currentThread);
|
||||
hleEatCycles(180);
|
||||
return currentThread;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue