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);