summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar Liam2024-02-24 22:30:49 -0500
committerGravatar Liam2024-02-24 22:56:08 -0500
commitdc50b95a47a9450d784b59a6023d4c2d39011349 (patch)
tree1d0d65771de6c49f07c3b847468958cc39d043f3 /src/common
parentldn: return no connection from GetStateForMonitor (diff)
downloadyuzu-dc50b95a47a9450d784b59a6023d4c2d39011349.tar.gz
yuzu-dc50b95a47a9450d784b59a6023d4c2d39011349.tar.xz
yuzu-dc50b95a47a9450d784b59a6023d4c2d39011349.zip
settings: enable error applet
Diffstat (limited to 'src/common')
-rw-r--r--src/common/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index b2b071e7e..1dbdcd8a6 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -140,7 +140,7 @@ struct Values {
140 Category::LibraryApplet}; 140 Category::LibraryApplet};
141 Setting<AppletMode> data_erase_applet_mode{linkage, AppletMode::HLE, "data_erase_applet_mode", 141 Setting<AppletMode> data_erase_applet_mode{linkage, AppletMode::HLE, "data_erase_applet_mode",
142 Category::LibraryApplet}; 142 Category::LibraryApplet};
143 Setting<AppletMode> error_applet_mode{linkage, AppletMode::HLE, "error_applet_mode", 143 Setting<AppletMode> error_applet_mode{linkage, AppletMode::LLE, "error_applet_mode",
144 Category::LibraryApplet}; 144 Category::LibraryApplet};
145 Setting<AppletMode> net_connect_applet_mode{linkage, AppletMode::HLE, "net_connect_applet_mode", 145 Setting<AppletMode> net_connect_applet_mode{linkage, AppletMode::HLE, "net_connect_applet_mode",
146 Category::LibraryApplet}; 146 Category::LibraryApplet};