diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/settings.h | 2 | ||||
| -rw-r--r-- | src/yuzu/configuration/configure_applets.cpp | 2 |
2 files changed, 1 insertions, 3 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}; |
diff --git a/src/yuzu/configuration/configure_applets.cpp b/src/yuzu/configuration/configure_applets.cpp index 513ecb548..139bfa9da 100644 --- a/src/yuzu/configuration/configure_applets.cpp +++ b/src/yuzu/configuration/configure_applets.cpp | |||
| @@ -59,9 +59,7 @@ void ConfigureApplets::Setup(const ConfigurationShared::Builder& builder) { | |||
| 59 | 59 | ||
| 60 | // Untested applets | 60 | // Untested applets |
| 61 | if (setting->Id() == Settings::values.data_erase_applet_mode.Id() || | 61 | if (setting->Id() == Settings::values.data_erase_applet_mode.Id() || |
| 62 | setting->Id() == Settings::values.error_applet_mode.Id() || | ||
| 63 | setting->Id() == Settings::values.net_connect_applet_mode.Id() || | 62 | setting->Id() == Settings::values.net_connect_applet_mode.Id() || |
| 64 | setting->Id() == Settings::values.web_applet_mode.Id() || | ||
| 65 | setting->Id() == Settings::values.shop_applet_mode.Id() || | 63 | setting->Id() == Settings::values.shop_applet_mode.Id() || |
| 66 | setting->Id() == Settings::values.login_share_applet_mode.Id() || | 64 | setting->Id() == Settings::values.login_share_applet_mode.Id() || |
| 67 | setting->Id() == Settings::values.wifi_web_auth_applet_mode.Id() || | 65 | setting->Id() == Settings::values.wifi_web_auth_applet_mode.Id() || |