Eat cycles in sceKernelReferThreadStatus().

Improves .hack//Link (demo)'s perf significantly, doesn't hurt anyone
else.
This commit is contained in:
Unknown W. Brackets 2013-05-11 12:25:55 -07:00
parent 1b45afa797
commit 16fe2c9691

View file

@ -1163,6 +1163,7 @@ u32 sceKernelReferThreadStatus(u32 threadID, u32 statusPtr)
Memory::Memcpy(statusPtr, &t->nt, sz);
}
hleEatCycles(1220);
return 0;
}