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

@ -47,6 +47,8 @@ void DoSavestate(Savestate* file);
bool LoadROM(const char* path, const char* sram, bool direct);
void RelocateSave(const char* path, bool write);
void ResetCart();
void WriteROMCnt(u32 val);
u32 ReadROMData();