mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-28 16:50:15 -06:00
make savestates work again
This commit is contained in:
@ -47,6 +47,12 @@ void EjectGBACart();
|
||||
bool GBACartInserted();
|
||||
QString GBACartLabel();
|
||||
|
||||
std::string GetSavestateName(int slot);
|
||||
bool SavestateExists(int slot);
|
||||
bool LoadState(std::string filename);
|
||||
bool SaveState(std::string filename);
|
||||
void UndoStateLoad();
|
||||
|
||||
void EnableCheats(bool enable);
|
||||
ARCodeFile* GetCheatFile();
|
||||
|
||||
|
Reference in New Issue
Block a user