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:
Arisotura
2024-10-24 13:49:43 +02:00
parent 079341f102
commit 6d3ea6a485
2 changed files with 16 additions and 13 deletions

View File

@ -269,7 +269,7 @@ public:
QAction* actEjectCart;
QAction* actCurrentGBACart;
QAction* actInsertGBACart;
QAction* actInsertGBAAddon[2];
QList<QAction*> actInsertGBAAddon;
QAction* actEjectGBACart;
QAction* actImportSavefile;
QAction* actSaveState[9];