index
:
melonDS
master
modified version of melonDS used for school/vsr
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
RTC.cpp
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'RTC.cpp')
-rw-r--r--
RTC.cpp
7
1 files changed, 6 insertions, 1 deletions
diff --git a/RTC.cpp b/RTC.cpp
index c5b9d50..842fdae 100644
--- a/
RTC.cpp
+++ b/
RTC.cpp
@@ -44,7 +44,12 @@ u8 ClockAdjust;
u8 FreeReg;
-void Init()
+bool Init()
+{
+ return true;
+}
+
+void DeInit()
{
}