diff --git a/nx/include/switch/applets/psel.h b/nx/include/switch/applets/psel.h index 8cb5b63f..792964d5 100644 --- a/nx/include/switch/applets/psel.h +++ b/nx/include/switch/applets/psel.h @@ -33,7 +33,7 @@ typedef struct { u8 unk_x91[0x2]; ///< Unknown. u8 allowUserCreation; ///< (With ::PselUiMode_SelectUser) enables the option to create a new user. u8 skipEnabled; ///< Enables the option to skip user selection (a new button is shown) - u8 unk_95[0xb]; ///< Unknown. + u8 unk_x95[0xb]; ///< Unknown. } PselUiSettings; /// Result data sent after execution.