mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
direct boot: init cart ID from NDSCart::CartID instead of hardcoding it
This commit is contained in:
@ -36,6 +36,8 @@ extern u8 EncSeed1[5];
|
||||
extern u8* CartROM;
|
||||
extern u32 CartROMSize;
|
||||
|
||||
extern u32 CartID;
|
||||
|
||||
bool Init();
|
||||
void DeInit();
|
||||
void Reset();
|
||||
|
Reference in New Issue
Block a user