more rtc changes, getting closer

This commit is contained in:
Kevin Armstrong 2012-12-01 12:52:42 +00:00 committed by TMaul
parent 4380995193
commit e1a5bf91c3

View file

@ -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)