summaryrefslogtreecommitdiffstats
path: root/src/yuzu/uisettings.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-06-27 18:32:51 +0200
committerGitHub <noreply@github.com>2023-06-27 18:32:51 +0200
commit112b660456e8ab8d1f2fd0076f158e972e9559cf (patch)
tree5737a1811166c0faebc73c245c2a8dfc4a2d2c93 /src/yuzu/uisettings.h
parentMerge pull request #10867 from Kelebek1/dma_safe (diff)
parentqt: add option to disable controller applet (diff)
downloadyuzu-112b660456e8ab8d1f2fd0076f158e972e9559cf.tar
yuzu-112b660456e8ab8d1f2fd0076f158e972e9559cf.tar.gz
yuzu-112b660456e8ab8d1f2fd0076f158e972e9559cf.tar.bz2
yuzu-112b660456e8ab8d1f2fd0076f158e972e9559cf.tar.lz
yuzu-112b660456e8ab8d1f2fd0076f158e972e9559cf.tar.xz
yuzu-112b660456e8ab8d1f2fd0076f158e972e9559cf.tar.zst
yuzu-112b660456e8ab8d1f2fd0076f158e972e9559cf.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;