miiLa: Minor docs adjustment.

This commit is contained in:
yellows8 2020-06-09 22:03:17 -04:00
parent 7940d8e9e1
commit 05badbdc29
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

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