aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NDS.h')
-rw-r--r--src/NDS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NDS.h b/src/NDS.h
index 27dc820..98e507e 100644
--- a/src/NDS.h
+++ b/src/NDS.h
@@ -109,7 +109,7 @@ void DeInit();
void Reset();
void Stop();
-void DoSavestate(Savestate* file);
+bool DoSavestate(Savestate* file);
bool LoadROM(const char* path, bool direct);
void LoadBIOS();