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.h
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.h')
-rw-r--r--
RTC.h
3
1 files changed, 2 insertions, 1 deletions
diff --git a/RTC.h b/RTC.h
index b61dbab..6ada5c1 100644
--- a/
RTC.h
+++ b/
RTC.h
@@ -24,7 +24,8 @@
namespace RTC
{
-void Init();
+bool Init();
+void DeInit();
void Reset();
u16 Read();