mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
Add Open ROM inside Archive function
instead of using file extensions
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user