aboutsummaryrefslogtreecommitdiff
path: root/src/NDSCart.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2018-04-27 19:26:46 +0200
committerStapleButter <thetotalworm@gmail.com>2018-04-27 19:26:46 +0200
commit81e98b5e129f7018f1379d04ad42c0dc1ca5420b (patch)
tree62eac0567605d7335644ba4ae99cc4eda57a69fd /src/NDSCart.h
parentf0bc36421029f61bb0ba4dc4efed86a0bfc63d0b (diff)
direct boot: init cart ID from NDSCart::CartID instead of hardcoding it
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 5bec38d..7267ad3 100644
--- a/src/NDSCart.h
+++ b/src/NDSCart.h
@@ -36,6 +36,8 @@ extern u8 EncSeed1[5];
extern u8* CartROM;
extern u32 CartROMSize;
+extern u32 CartID;
+
bool Init();
void DeInit();
void Reset();