mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
pointless micro optimisations
This commit is contained in:
@ -49,8 +49,8 @@ QString GBACartLabel();
|
||||
|
||||
std::string GetSavestateName(int slot);
|
||||
bool SavestateExists(int slot);
|
||||
bool LoadState(std::string filename);
|
||||
bool SaveState(std::string filename);
|
||||
bool LoadState(const std::string& filename);
|
||||
bool SaveState(const std::string& filename);
|
||||
void UndoStateLoad();
|
||||
|
||||
void EnableCheats(bool enable);
|
||||
|
Reference in New Issue
Block a user