From 9f6940c7d4a0aca74fadd1cdb045d90da69a72da Mon Sep 17 00:00:00 2001 From: XorTroll Date: Thu, 10 Oct 2019 16:39:08 +0200 Subject: [PATCH] Fix typo --- nx/include/switch/applets/psel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.