From f5f521442717c40c24156b623e3c9bdc4cb5b63e Mon Sep 17 00:00:00 2001 From: averne Date: Sat, 26 Jan 2019 17:18:56 +0100 Subject: [PATCH] nfpu: typdef NfpuMiiCharInfo --- nx/include/switch/services/nfpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/include/switch/services/nfpu.h b/nx/include/switch/services/nfpu.h index 87921891..11171a76 100644 --- a/nx/include/switch/services/nfpu.h +++ b/nx/include/switch/services/nfpu.h @@ -33,7 +33,7 @@ typedef struct { u8 reserved[0x38]; } PACKED NfpuModelInfo; -struct NfpuMiiCharInfo { +typedef struct NfpuMiiCharInfo { u8 unk_x0[0x10]; // Hash? u8 mii_name[2*(10+1)]; ///< utf-16be, null-terminated u8 unk_x26; @@ -88,7 +88,7 @@ struct NfpuMiiCharInfo { } PACKED; typedef struct { - struct NfpuMiiCharInfo mii_char_info; + NfpuMiiCharInfo mii_char_info; u8 unk_x58[4]; // Mii ID? char amiibo_name[10+1]; ///< utf-8, null-terminated u8 reserved[0x99];