Qt: Remove BIOS search directory from per-game settings

Rather than just disabling it and confusing the user.
This commit is contained in:
Stenzek
2024-07-21 16:20:53 +10:00
parent b4136d2834
commit 2938602d75
5 changed files with 27 additions and 19 deletions

View File

@@ -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();