summaryrefslogtreecommitdiffstats
path: root/src/yuzu/uisettings.h
diff options
context:
space:
mode:
authorEBADBEEF <errno@ebadf.com>2023-01-23 08:36:40 +0100
committerEBADBEEF <errno@ebadf.com>2023-01-23 08:36:40 +0100
commita84ad180e8e16ed04de5551b2f72349e2ec4d215 (patch)
tree0f40a9489a5370c12066af8ce24b1df386cffd37 /src/yuzu/uisettings.h
parentMerge pull request #9555 from abouvier/catch2-update (diff)
downloadyuzu-a84ad180e8e16ed04de5551b2f72349e2ec4d215.tar
yuzu-a84ad180e8e16ed04de5551b2f72349e2ec4d215.tar.gz
yuzu-a84ad180e8e16ed04de5551b2f72349e2ec4d215.tar.bz2
yuzu-a84ad180e8e16ed04de5551b2f72349e2ec4d215.tar.lz
yuzu-a84ad180e8e16ed04de5551b2f72349e2ec4d215.tar.xz
yuzu-a84ad180e8e16ed04de5551b2f72349e2ec4d215.tar.zst
yuzu-a84ad180e8e16ed04de5551b2f72349e2ec4d215.zip
Diffstat (limited to 'src/yuzu/uisettings.h')
-rw-r--r--src/yuzu/uisettings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/uisettings.h b/src/yuzu/uisettings.h
index db43b7033..20a517d34 100644
--- a/src/yuzu/uisettings.h
+++ b/src/yuzu/uisettings.h
@@ -77,6 +77,8 @@ struct Values {
Settings::Setting<bool> pause_when_in_background{false, "pauseWhenInBackground"};
Settings::Setting<bool> mute_when_in_background{false, "muteWhenInBackground"};
Settings::Setting<bool> hide_mouse{true, "hideInactiveMouse"};
+ Settings::Setting<bool> controller_applet_disabled{false, "disableControllerApplet"};
+
// Set when Vulkan is known to crash the application
bool has_broken_vulkan = false;