Qt: Remove BIOS search directory from per-game settings
Rather than just disabling it and confusing the user.
This commit is contained in:
@@ -26,7 +26,6 @@ public:
|
||||
std::vector<std::pair<std::string, const BIOS::ImageInfo*>>& images,
|
||||
bool per_game);
|
||||
static void setDropDownValue(QComboBox* cb, const std::optional<std::string>& name, bool per_game);
|
||||
static std::vector<std::pair<std::string, const BIOS::ImageInfo*>> getList(const char* directory);
|
||||
|
||||
private Q_SLOTS:
|
||||
void refreshList();
|
||||
|
||||
Reference in New Issue
Block a user