mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-26 03:04:20 +00:00
Reduce sceKernelGetSystemTime log level
spam in Pacman World 3
This commit is contained in:
parent
c0d3d9c2d3
commit
40fffd7d49
@ -59,7 +59,7 @@ int sceKernelGetSystemTime(u32 sysclockPtr)
|
||||
u64 t = CoreTiming::GetGlobalTimeUs();
|
||||
if (Memory::IsValidAddress(sysclockPtr))
|
||||
Memory::Write_U64(t, sysclockPtr);
|
||||
DEBUG_LOG(SCEKERNEL, "sceKernelGetSystemTime(out:%16llx)", t);
|
||||
VERBOSE_LOG(SCEKERNEL, "sceKernelGetSystemTime(out:%16llx)", t);
|
||||
hleEatCycles(265);
|
||||
hleReSchedule("system time");
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user