Eat a few cycles in sceKernelGetSystemTimeWide().
This commit is contained in:
parent
6f41255947
commit
4f473e50c8
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ u64 sceKernelGetSystemTimeWide()
|
|||
{
|
||||
u64 t = CoreTiming::GetTicks() / CoreTiming::GetClockFrequencyMHz();
|
||||
DEBUG_LOG(HLE,"%i=sceKernelGetSystemTimeWide()",(u32)t);
|
||||
hleEatCycles(1 * 222);
|
||||
return t;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue