aboutsummaryrefslogtreecommitdiff
path: root/src/RTC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/RTC.h')
-rw-r--r--src/RTC.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/RTC.h b/src/RTC.h
index 6ada5c1..ebfcda8 100644
--- a/src/RTC.h
+++ b/src/RTC.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2017 StapleButter
+ Copyright 2016-2019 StapleButter
This file is part of melonDS.
@@ -20,6 +20,7 @@
#define RTC_H
#include "types.h"
+#include "Savestate.h"
namespace RTC
{
@@ -27,6 +28,7 @@ namespace RTC
bool Init();
void DeInit();
void Reset();
+void DoSavestate(Savestate* file);
u16 Read();
void Write(u16 val, bool byte);