mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
* code function for relocating the savefile.
* don't bitch at the user when trying to load a savestate file that doesn't exist. * grey out 'load state' items if there is no file.
This commit is contained in:
@ -45,6 +45,7 @@ void Reset();
|
||||
void DoSavestate(Savestate* file);
|
||||
|
||||
bool LoadROM(const char* path, const char* sram, bool direct);
|
||||
void RelocateSave(const char* path);
|
||||
|
||||
void WriteROMCnt(u32 val);
|
||||
u32 ReadROMData();
|
||||
|
Reference in New Issue
Block a user