mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
more rtc changes, getting closer
This commit is contained in:
parent
4380995193
commit
e1a5bf91c3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue