mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-08-01 10:39:53 -06:00
more WIP. ROM loading working, sorta. not loading saves or anything yet.
This commit is contained in:
@ -218,6 +218,8 @@ bool LoadROM(const u8* romdata, u32 romlen);
|
||||
void LoadSave(const u8* savedata, u32 savelen);
|
||||
void SetupDirectBoot(std::string romname);
|
||||
|
||||
void EjectCart();
|
||||
|
||||
//void FlushSRAMFile();
|
||||
|
||||
//void RelocateSave(const char* path, bool write);
|
||||
|
Reference in New Issue
Block a user