same shit with Import Savefile

This commit is contained in:
Arisotura
2024-10-25 10:52:47 +02:00
parent 8b6628b070
commit 979f1ed615
3 changed files with 38 additions and 21 deletions

View File

@ -80,6 +80,8 @@ public:
msg_LoadState,
msg_SaveState,
msg_UndoStateLoad,
msg_ImportSavefile,
};
struct Message
@ -119,6 +121,8 @@ public:
int loadState(const QString& filename);
int undoStateLoad();
int importSavefile(const QString& filename);
bool emuIsRunning();
bool emuIsActive();