Merge pull request #1765 from unknownbrackets/perf

Eat cycles in sceKernelReferThreadStatus()
This commit is contained in:
Henrik Rydgård 2013-05-11 14:31:42 -07:00
commit c13a101901

View file

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