mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
mistake sceRtcGetLastAdjustedTime() is not UNIMPL function.
revert to DEBUG_LOG from ERROR_LOG.
This commit is contained in:
parent
aa1c546a3e
commit
c89589c27d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue