summaryrefslogtreecommitdiff
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-02-26 12:44:55 -0500
committerGitHub <noreply@github.com>2024-02-26 12:44:55 -0500
commit79edad25337e408f2b8a5060f7653e1174367360 (patch)
tree0552592af3e2f23c7c99985a78f6fb75c6d17de0 /src/common/settings.h
parentce62fa6f7b660614e28631f71dfa34e7487aec7f (diff)
parentdc50b95a47a9450d784b59a6023d4c2d39011349 (diff)
Merge pull request #13159 from liamwhite/web-error
core: enable error applet, add stubs for web applet
Diffstat (limited to 'src/common/settings.h')
-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 fa2d08da1..61969af2b 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -140,7 +140,7 @@ struct Values {
Category::LibraryApplet};
Setting<AppletMode> data_erase_applet_mode{linkage, AppletMode::HLE, "data_erase_applet_mode",
Category::LibraryApplet};
- Setting<AppletMode> error_applet_mode{linkage, AppletMode::HLE, "error_applet_mode",
+ Setting<AppletMode> error_applet_mode{linkage, AppletMode::LLE, "error_applet_mode",
Category::LibraryApplet};
Setting<AppletMode> net_connect_applet_mode{linkage, AppletMode::HLE, "net_connect_applet_mode",
Category::LibraryApplet};