Disable changing Custom RTC when game is running

This commit is contained in:
Chris Burgener
2016-07-19 14:21:29 -04:00
parent cac9516e39
commit 80ac4a359d
4 changed files with 23 additions and 17 deletions

View File

@ -45,5 +45,5 @@ u32 GetFakeDecrementer();
void TimeBaseSet();
u64 GetFakeTimeBase();
// Custom RTC
u64 GetLocalTimeOnBoot();
s64 GetLocalTimeRTCOffset();
}