Improvements to timer hack.
This commit is contained in:
parent
5cdfe40c03
commit
effca1e4c7
3 changed files with 14 additions and 4 deletions
|
@ -71,7 +71,7 @@ u32 sceKernelGetSystemTimeLow()
|
|||
|
||||
u64 sceKernelGetSystemTimeWide()
|
||||
{
|
||||
u64 t = CoreTiming::GetGlobalTimeUs();
|
||||
u64 t = CoreTiming::GetGlobalTimeUsScaled();
|
||||
DEBUG_LOG(SCEKERNEL,"%i=sceKernelGetSystemTimeWide()",(u32)t);
|
||||
hleEatCycles(250);
|
||||
hleReSchedule("system time");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue