diff --git a/Core/HLE/sceRtc.cpp b/Core/HLE/sceRtc.cpp index 36c5b3fc26..c63094b2b7 100644 --- a/Core/HLE/sceRtc.cpp +++ b/Core/HLE/sceRtc.cpp @@ -620,7 +620,7 @@ int sceRtcTickAddMonths(u32 destTickPtr, u32 srcTickPtr, int numMonths) { u64 srcTick = Memory::Read_U64(srcTickPtr); - // slightly bodgy but we need to add months to a pt and then convert to ticks (untested and broken) + // slightly bodgy but we need to add months to a pt and then convert to ticks ScePspDateTime pt; memset(&pt, 0, sizeof(pt)); if (numMonths < 0)