From 447d8d1d1f1b83d1670f193cd540601efab98fd0 Mon Sep 17 00:00:00 2001 From: averne Date: Sun, 27 Jan 2019 22:53:47 +0100 Subject: [PATCH] nfc: change mii_name representation to u16 --- nx/include/switch/services/nfc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/nfc.h b/nx/include/switch/services/nfc.h index f3c1253f..af5bb5db 100644 --- a/nx/include/switch/services/nfc.h +++ b/nx/include/switch/services/nfc.h @@ -35,7 +35,7 @@ typedef struct { typedef struct { u8 unk_x0[0x10]; // Hash? - u8 mii_name[2*(10+1)]; ///< utf-16be, null-terminated + u16 mii_name[10+1]; ///< utf-16be, null-terminated u8 unk_x26; u8 mii_color; u8 mii_sex;