fix up cheat toggle

This commit is contained in:
Arisotura
2024-10-31 20:33:57 +01:00
parent 6c6cefad6c
commit 1b8daa0465
4 changed files with 21 additions and 2 deletions

View File

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