* 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:
StapleButter
2018-10-23 22:54:09 +02:00
parent f60ac42466
commit 1edf2aed3b
3 changed files with 58 additions and 12 deletions

View File

@ -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();