Improvements to timer hack.

This commit is contained in:
Sacha 2013-11-20 12:55:56 +10:00
parent 5cdfe40c03
commit effca1e4c7
3 changed files with 14 additions and 4 deletions

View file

@ -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");