Merge pull request #1765 from unknownbrackets/perf
Eat cycles in sceKernelReferThreadStatus()
This commit is contained in:
commit
c13a101901
1 changed files with 1 additions and 0 deletions
|
@ -1163,6 +1163,7 @@ u32 sceKernelReferThreadStatus(u32 threadID, u32 statusPtr)
|
|||
Memory::Memcpy(statusPtr, &t->nt, sz);
|
||||
}
|
||||
|
||||
hleEatCycles(1220);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue