diff options
Diffstat (limited to 'src/yuzu/uisettings.h')
| -rw-r--r-- | src/yuzu/uisettings.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/yuzu/uisettings.h b/src/yuzu/uisettings.h index 753797efc..452038cd9 100644 --- a/src/yuzu/uisettings.h +++ b/src/yuzu/uisettings.h | |||
| @@ -129,6 +129,13 @@ struct Values { | |||
| 129 | Settings::Setting<bool> favorites_expanded{true, "favorites_expanded"}; | 129 | Settings::Setting<bool> favorites_expanded{true, "favorites_expanded"}; |
| 130 | QVector<u64> favorited_ids; | 130 | QVector<u64> favorited_ids; |
| 131 | 131 | ||
| 132 | // Compatibility List | ||
| 133 | Settings::Setting<bool> show_compat{false, "show_compat"}; | ||
| 134 | |||
| 135 | // Size & File Types Column | ||
| 136 | Settings::Setting<bool> show_size{true, "show_size"}; | ||
| 137 | Settings::Setting<bool> show_types{true, "show_types"}; | ||
| 138 | |||
| 132 | bool configuration_applied; | 139 | bool configuration_applied; |
| 133 | bool reset_to_defaults; | 140 | bool reset_to_defaults; |
| 134 | Settings::Setting<bool> disable_web_applet{true, "disable_web_applet"}; | 141 | Settings::Setting<bool> disable_web_applet{true, "disable_web_applet"}; |