mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-02-02 23:53:36 +00:00
feat(add): QStringList for paths to hide specific games
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -224,6 +224,7 @@ namespace UISettings {
|
||||
Setting<bool> prompt_for_autoloader{linkage, true, "prompt_for_autoloader", Category::UiGameList};
|
||||
Setting<bool> favorites_expanded{linkage, true, "favorites_expanded", Category::UiGameList};
|
||||
QVector<u64> favorited_ids;
|
||||
QStringList hidden_paths;
|
||||
|
||||
// Compatibility List
|
||||
Setting<bool> show_compat{linkage, false, "show_compat", Category::UiGameList};
|
||||
|
||||
Reference in New Issue
Block a user