mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
same shit with Import Savefile
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user