From 05badbdc2986c380f9d389a185dffd1ad05373e9 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 9 Jun 2020 22:03:17 -0400 Subject: [PATCH] miiLa: Minor docs adjustment. --- nx/include/switch/applets/mii_la.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/applets/mii_la.h b/nx/include/switch/applets/mii_la.h index d0f8c15e..b0c8a250 100644 --- a/nx/include/switch/applets/mii_la.h +++ b/nx/include/switch/applets/mii_la.h @@ -29,7 +29,7 @@ typedef struct { /// AppletOutput typedef struct { u32 res; ///< Result: 0 = Success, 1 = Cancel. - s32 index; ///< s32 Index. Only set when Result is Success, where \ref MiiLaAppletMode isn't ::NfpLaMiiLaAppletMode_ShowMiiEdit. + s32 index; ///< Index. Only set when Result is Success, where \ref MiiLaAppletMode isn't ::NfpLaMiiLaAppletMode_ShowMiiEdit. u8 unk_x8[0x18]; ///< Unused } MiiLaAppletOutput;