mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
support DSi-mode carts
except they need to have the DSi-mode shit encrypted
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user