Using a setup combobox instead of platform and media type combination.
[emufront] / src / emulauncher.h
index db4e8fa..27a8872 100644 (file)
@@ -59,8 +59,9 @@ private:
     /*EFFileObjectComboBox *platformSelectBox;
     EFFileObjectComboBox *mediaTypeSelectBox;
     ExecutableComboBox *execSelectBox;*/
-    QComboBox *platformSelectBox;
-    QComboBox *mediaTypeSelectBox;
+    //QComboBox *platformSelectBox;
+    //QComboBox *mediaTypeSelectBox;
+    QComboBox *setupSelectBox;
     QComboBox *execSelectBox;
 
     QPushButton *selectButton;