mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 18:42:15 +02:00
Fix starter mode
This commit is contained in:
parent
4b55000020
commit
56e51e37d1
@ -13,7 +13,7 @@
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
PselMode_Normal = 0, ///< Simple user selection (new users cannot be created).
|
PselMode_Normal = 0, ///< Simple user selection (new users cannot be created).
|
||||||
PselMode_UserCreation = 1, ///< Only user creation (the user is later returned).
|
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;
|
} PselMode;
|
||||||
|
|
||||||
// Config data for playerSelect applet.
|
// Config data for playerSelect applet.
|
||||||
@ -66,4 +66,4 @@ static inline void pselConfigSetOmitOptionFlag(PselConfig *c, bool flag) {
|
|||||||
* @param c PselConfig struct.
|
* @param c PselConfig struct.
|
||||||
* @param out_uid Output user ID.
|
* @param out_uid Output user ID.
|
||||||
*/
|
*/
|
||||||
Result pselConfigShow(PselConfig *c, u128 *out_uid);
|
Result pselConfigShow(PselConfig *c, u128 *out_uid);
|
||||||
|
Loading…
Reference in New Issue
Block a user