aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NDS.h')
-rw-r--r--src/NDS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NDS.h b/src/NDS.h
index a1eab99..0d77201 100644
--- a/src/NDS.h
+++ b/src/NDS.h
@@ -104,6 +104,7 @@ extern u8 MainRAM[0x400000];
bool Init();
void DeInit();
void Reset();
+void Stop();
void LoadROM(const char* path, bool direct);
void LoadBIOS();