mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
fix bug with the GBA addon menu (and make it a proper list so we don't have to hardcode the length all over)
This commit is contained in:
@ -269,7 +269,7 @@ public:
|
||||
QAction* actEjectCart;
|
||||
QAction* actCurrentGBACart;
|
||||
QAction* actInsertGBACart;
|
||||
QAction* actInsertGBAAddon[2];
|
||||
QList<QAction*> actInsertGBAAddon;
|
||||
QAction* actEjectGBACart;
|
||||
QAction* actImportSavefile;
|
||||
QAction* actSaveState[9];
|
||||
|
Reference in New Issue
Block a user