Skip to content

Commit

Permalink
mistake sceRtcGetLastAdjustedTime() is not UNIMPL function.
Browse files Browse the repository at this point in the history
revert  to DEBUG_LOG from  ERROR_LOG.
  • Loading branch information
nachume committed Apr 29, 2013
1 parent aa1c546 commit c89589c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/HLE/sceRtc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c89589c

Please sign in to comment.