Emulator selector is updated with only emulators to selected setup
[emufront] / src / widgets / executablecombobox.h
index 86d57da..998fed0 100644 (file)
@@ -26,6 +26,7 @@ class ExecutableComboBox : public EFComboBox
 {
 public:
     ExecutableComboBox(DatabaseManager *dbMan, QWidget *parent);
+    void updateToSetup(int platformId, int mediaTypeId);
 };
 
 #endif // EXECUTABLECOMBOBOX_H