summaryrefslogtreecommitdiffstats
path: root/src/yuzu/uisettings.h
diff options
context:
space:
mode:
authorlat9nq <lat9nq@gmail.com>2022-05-28 08:33:23 +0200
committerlat9nq <lat9nq@gmail.com>2022-05-30 16:57:59 +0200
commitf22867efc5fc3b970a706f7997b997048c969a89 (patch)
tree942633953e2c3d2c379d388e9b1c05b446f0027d /src/yuzu/uisettings.h
parentdefault_ini: Reflect new renderer backend default setting (diff)
downloadyuzu-f22867efc5fc3b970a706f7997b997048c969a89.tar
yuzu-f22867efc5fc3b970a706f7997b997048c969a89.tar.gz
yuzu-f22867efc5fc3b970a706f7997b997048c969a89.tar.bz2
yuzu-f22867efc5fc3b970a706f7997b997048c969a89.tar.lz
yuzu-f22867efc5fc3b970a706f7997b997048c969a89.tar.xz
yuzu-f22867efc5fc3b970a706f7997b997048c969a89.tar.zst
yuzu-f22867efc5fc3b970a706f7997b997048c969a89.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/uisettings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/uisettings.h b/src/yuzu/uisettings.h
index 15ba9ea17..653b76883 100644
--- a/src/yuzu/uisettings.h
+++ b/src/yuzu/uisettings.h
@@ -77,6 +77,7 @@ struct Values {
Settings::BasicSetting<bool> pause_when_in_background{false, "pauseWhenInBackground"};
Settings::BasicSetting<bool> mute_when_in_background{false, "muteWhenInBackground"};
Settings::BasicSetting<bool> hide_mouse{true, "hideInactiveMouse"};
+ Settings::BasicSetting<bool> has_broken_vulkan{false, "has_broken_vulkan"};
Settings::BasicSetting<bool> select_user_on_boot{false, "select_user_on_boot"};