aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NDS.h')
-rw-r--r--src/NDS.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/NDS.h b/src/NDS.h
index 68f37e9..9887323 100644
--- a/src/NDS.h
+++ b/src/NDS.h
@@ -19,6 +19,7 @@
#ifndef NDS_H
#define NDS_H
+#include "Savestate.h"
#include "types.h"
namespace NDS
@@ -108,6 +109,8 @@ void DeInit();
void Reset();
void Stop();
+void Savestate(Savestate* file);
+
bool LoadROM(const char* path, bool direct);
void LoadBIOS();
void SetupDirectBoot();