mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
mistake sceRtcGetLastAdjustedTime() is not UNIMPL function.
revert to DEBUG_LOG from ERROR_LOG.
This commit is contained in:
parent
aa1c546a3e
commit
c89589c27d
@ -802,7 +802,7 @@ int sceRtcGetLastAdjustedTime(u32 tickPtr)
|
||||
u64 curTick = __RtcGetCurrentTick();
|
||||
if (Memory::IsValidAddress(tickPtr))
|
||||
Memory::Write_U64(curTick, tickPtr);
|
||||
ERROR_LOG(HLE, "sceRtcGetLastAdjustedTime(%d)", tickPtr);
|
||||
DEBUG_LOG(HLE, "sceRtcGetLastAdjustedTime(%d)", tickPtr);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user