diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-15 12:20:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-15 12:20:22 -0500 |
commit | 755d9143a6c727d64f4a31418d4c4fdb1a47e110 (patch) | |
tree | 8e1edecc2dc0a1e7186689af001190e6f3c839a2 /berry_fix/payload/include/rtc.h | |
parent | 9ded1eb14e4ce38724fccf4f9304913e8f3f4969 (diff) | |
parent | fd7457b05a1b109ae42cb4a956266b6acebb5644 (diff) |
Merge pull request #1600 from GriffinRichards/remove-berry-fix
Remove berry fix
Diffstat (limited to 'berry_fix/payload/include/rtc.h')
-rw-r--r-- | berry_fix/payload/include/rtc.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/berry_fix/payload/include/rtc.h b/berry_fix/payload/include/rtc.h deleted file mode 100644 index 35654d866..000000000 --- a/berry_fix/payload/include/rtc.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef GUARD_RTC_H -#define GUARD_RTC_H - -#include "gba/gba.h" -#include "siirtc.h" -#include "global.h" - -extern struct Time gTimeSinceBerryUpdate; -extern struct Time gRtcUTCTime; - -bool32 rtc_maincb_is_rtc_working(void); -bool32 rtc_maincb_is_time_since_last_berry_update_positive(u8 *); -void rtc_maincb_fix_date(void); - -#endif //GUARD_RTC_H |