From e1a5bf91c30b743bd139a63949103f3e706e1f97 Mon Sep 17 00:00:00 2001 From: Kevin Armstrong Date: Sat, 1 Dec 2012 12:52:42 +0000 Subject: [PATCH] more rtc changes, getting closer --- Core/HLE/sceRtc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)