mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
fix up cheat toggle
This commit is contained in:
@ -83,6 +83,8 @@ public:
|
||||
msg_UndoStateLoad,
|
||||
|
||||
msg_ImportSavefile,
|
||||
|
||||
msg_EnableCheats,
|
||||
};
|
||||
|
||||
struct Message
|
||||
@ -124,6 +126,8 @@ public:
|
||||
|
||||
int importSavefile(const QString& filename);
|
||||
|
||||
void enableCheats(bool enable);
|
||||
|
||||
bool emuIsRunning();
|
||||
bool emuIsActive();
|
||||
|
||||
|
Reference in New Issue
Block a user