Add Open ROM inside Archive function

instead of using file extensions
This commit is contained in:
WaluigiWare64
2021-01-07 17:26:55 +00:00
parent 8a1f3d8ce2
commit e485ce3e13
2 changed files with 63 additions and 48 deletions

View File

@ -191,6 +191,7 @@ signals:
private slots:
void onOpenFile();
void onOpenFileArchive();
void onClickRecentFile();
void onClearRecentFiles();
void onBootFirmware();
@ -251,6 +252,7 @@ public:
QWidget* panel;
QAction* actOpenROM;
QAction* actOpenROMArchive;
QAction* actBootFirmware;
QAction* actSaveState[9];
QAction* actLoadState[9];