summaryrefslogtreecommitdiffstats
path: root/src/yuzu/uisettings.h
diff options
context:
space:
mode:
authorKyle Kienapfel <Docteh@users.noreply.github.com>2022-10-19 12:51:51 +0200
committerKyle Kienapfel <Docteh@users.noreply.github.com>2022-10-19 12:51:51 +0200
commit470e89a8edb73f6710ce652e2ecfe25049307109 (patch)
tree110cebdea3af73f143fca3c282745f713d263217 /src/yuzu/uisettings.h
parentMerge pull request #9085 from Docteh/TX_TOKEN (diff)
downloadyuzu-470e89a8edb73f6710ce652e2ecfe25049307109.tar
yuzu-470e89a8edb73f6710ce652e2ecfe25049307109.tar.gz
yuzu-470e89a8edb73f6710ce652e2ecfe25049307109.tar.bz2
yuzu-470e89a8edb73f6710ce652e2ecfe25049307109.tar.lz
yuzu-470e89a8edb73f6710ce652e2ecfe25049307109.tar.xz
yuzu-470e89a8edb73f6710ce652e2ecfe25049307109.tar.zst
yuzu-470e89a8edb73f6710ce652e2ecfe25049307109.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/uisettings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/uisettings.h b/src/yuzu/uisettings.h
index 753797efc..4f5b2a99d 100644
--- a/src/yuzu/uisettings.h
+++ b/src/yuzu/uisettings.h
@@ -129,6 +129,9 @@ struct Values {
Settings::Setting<bool> favorites_expanded{true, "favorites_expanded"};
QVector<u64> favorited_ids;
+ // Compatibility List
+ Settings::Setting<bool> show_compat{false, "show_compat"};
+
bool configuration_applied;
bool reset_to_defaults;
Settings::Setting<bool> disable_web_applet{true, "disable_web_applet"};