aboutsummaryrefslogtreecommitdiff
path: root/NDSCart.h
diff options
context:
space:
mode:
Diffstat (limited to 'NDSCart.h')
-rw-r--r--NDSCart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NDSCart.h b/NDSCart.h
index ccde923..61dd11a 100644
--- a/NDSCart.h
+++ b/NDSCart.h
@@ -40,7 +40,7 @@ bool Init();
void DeInit();
void Reset();
-void LoadROM(char* path);
+bool LoadROM(char* path);
void WriteROMCnt(u32 val);
u32 ReadROMData();