From e1e022537cc77c06c3a73ce6a071957d44651025 Mon Sep 17 00:00:00 2001 From: averne Date: Mon, 28 Jan 2019 22:43:02 +0100 Subject: [PATCH] nfc: document unknown field of NfpuRegisterInfo --- nx/include/switch/services/nfc.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nx/include/switch/services/nfc.h b/nx/include/switch/services/nfc.h index af5bb5db..b62ff78a 100644 --- a/nx/include/switch/services/nfc.h +++ b/nx/include/switch/services/nfc.h @@ -1,5 +1,5 @@ /** - * @file nfpu.h + * @file nfc.h * @brief Nintendo Figurine Platform (nfp:user) service IPC wrapper. * @author averne * @copyright libnx Authors @@ -89,7 +89,9 @@ typedef struct { typedef struct { NfpuMiiCharInfo mii_char_info; - u8 unk_x58[4]; // Mii ID? + u16 first_write_year; + u8 first_write_month; + u8 first_write_day; char amiibo_name[10+1]; ///< utf-8, null-terminated u8 reserved[0x99]; } PACKED NfpuRegisterInfo;