aboutsummaryrefslogtreecommitdiff
path: root/NDS.h
diff options
context:
space:
mode:
Diffstat (limited to 'NDS.h')
-rw-r--r--NDS.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/NDS.h b/NDS.h
index 2b84513..6f46e93 100644
--- a/NDS.h
+++ b/NDS.h
@@ -112,7 +112,8 @@ extern u8 ROMSeed1[2*8];
extern u8 ARM9BIOS[0x1000];
extern u8 ARM7BIOS[0x4000];
-void Init();
+bool Init();
+void DeInit();
void Reset();
void SetupDirectBoot();