mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 21:23:29 +02:00
Eat some cpu cycles in sceRtcGetCurrentTick
This commit is contained in:
+1
-1
@@ -193,7 +193,7 @@ u32 sceRtcGetCurrentTick(u32 tickPtr)
|
||||
u64 curTick = __RtcGetCurrentTick();
|
||||
if (Memory::IsValidAddress(tickPtr))
|
||||
Memory::Write_U64(curTick, tickPtr);
|
||||
|
||||
hleEatCycles(222);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user