From 56e51e37d1d40c155c47b5166616cc10de8545a6 Mon Sep 17 00:00:00 2001 From: XorTroll Date: Fri, 4 Oct 2019 21:07:55 +0200 Subject: [PATCH] Fix starter mode --- nx/include/switch/applets/psel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/include/switch/applets/psel.h b/nx/include/switch/applets/psel.h index f10e241a..cfed5e64 100644 --- a/nx/include/switch/applets/psel.h +++ b/nx/include/switch/applets/psel.h @@ -13,7 +13,7 @@ typedef enum { PselMode_Normal = 0, ///< Simple user selection (new users cannot be created). PselMode_UserCreation = 1, ///< Only user creation (the user is later returned). - PselMode_ForStarter = 2, ///< Mode "starter" uses to register the console's first user on the initial setup + PselMode_ForStarter = 5, ///< Mode "starter" uses to register the console's first user on the initial setup } PselMode; // Config data for playerSelect applet. @@ -66,4 +66,4 @@ static inline void pselConfigSetOmitOptionFlag(PselConfig *c, bool flag) { * @param c PselConfig struct. * @param out_uid Output user ID. */ -Result pselConfigShow(PselConfig *c, u128 *out_uid); \ No newline at end of file +Result pselConfigShow(PselConfig *c, u128 *out_uid);