aboutsummaryrefslogtreecommitdiff
path: root/src/NDSCart.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2018-10-18 00:54:21 +0200
committerStapleButter <thetotalworm@gmail.com>2018-10-18 00:54:21 +0200
commitf4cf54829eeb99d17f22081a4d1f6ab176c0ba5f (patch)
treeaa9c6bc1d87a5191f9b0755445f5f13c64f99151 /src/NDSCart.h
parentde91eabf71437ff6973154131353d2a83a892380 (diff)
a bit moar of it
brick by brick, file by file, we will destroy capitalism and make savestates work, maybe
Diffstat (limited to 'src/NDSCart.h')
-rw-r--r--src/NDSCart.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/NDSCart.h b/src/NDSCart.h
index dce6eed..75ded4a 100644
--- a/src/NDSCart.h
+++ b/src/NDSCart.h
@@ -42,6 +42,8 @@ bool Init();
void DeInit();
void Reset();
+void DoSavestate(Savestate* file);
+
bool LoadROM(const char* path, bool direct);
void WriteROMCnt(u32 val);