support DSi-mode carts

except they need to have the DSi-mode shit encrypted
This commit is contained in:
Arisotura
2019-08-04 16:46:02 +02:00
parent a9f36929e0
commit 36c741241a
5 changed files with 85 additions and 36 deletions

View File

@ -32,6 +32,7 @@ extern DSi_SDHost* SDMMC;
extern DSi_SDHost* SDIO;
extern u8 ITCMInit[0x8000];
extern u8 ARM7Init[0x3C00];
bool Init();