diff options
author | YamaArashi <shadow962@live.com> | 2016-04-05 21:03:12 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-05 21:03:12 -0700 |
commit | 9edfc54fb8b3c2bc46f9730a0eaa80811cb156dd (patch) | |
tree | d88d90ae5575ef77998d84333d1b7f0ca818ec88 /src | |
parent | e0e5cb9ce6e3e43309a43ad3cca8ec8b1a1d6f99 (diff) |
rename RTC files
Diffstat (limited to 'src')
-rw-r--r-- | src/rtc.c (renamed from src/rtc_util.c) | 2 | ||||
-rw-r--r-- | src/siirtc.c (renamed from src/librtc.c) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rtc_util.c b/src/rtc.c index 876d4ab24..6f164066b 100644 --- a/src/rtc_util.c +++ b/src/rtc.c @@ -1,6 +1,6 @@ #include "global.h" +#include "siirtc.h" #include "rtc.h" -#include "rtc_util.h" #include "string_util.h" extern const struct SiiRtcInfo gRtcDummy; diff --git a/src/librtc.c b/src/siirtc.c index 8d748b06e..cb152abdf 100644 --- a/src/librtc.c +++ b/src/siirtc.c @@ -3,7 +3,7 @@ // communicating with the RTC. #include "gba/gba.h" -#include "rtc.h" +#include "siirtc.h" #define STATUS_INTFE 0x02 // frequency interrupt enable #define STATUS_INTME 0x08 // per-minute interrupt enable |