From fd1bd5af776c39ed1b772fbe591dcc24e81f5362 Mon Sep 17 00:00:00 2001 From: Maufeat Date: Wed, 25 Jun 2025 19:02:05 +0200 Subject: [PATCH] make profile select lle by default --- src/common/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/settings.h b/src/common/settings.h index 2c22ae323f..aa7d93c156 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -150,7 +150,7 @@ struct Values { Setting net_connect_applet_mode{linkage, AppletMode::HLE, "net_connect_applet_mode", Category::LibraryApplet}; Setting player_select_applet_mode{ - linkage, AppletMode::HLE, "player_select_applet_mode", Category::LibraryApplet}; + linkage, AppletMode::LLE, "player_select_applet_mode", Category::LibraryApplet}; Setting swkbd_applet_mode{linkage, AppletMode::LLE, "swkbd_applet_mode", Category::LibraryApplet}; Setting mii_edit_applet_mode{linkage, AppletMode::LLE, "mii_edit_applet_mode",