mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
nfpu: typdef NfpuMiiCharInfo
This commit is contained in:
parent
142e5394e9
commit
f5f5214427
@ -33,7 +33,7 @@ typedef struct {
|
|||||||
u8 reserved[0x38];
|
u8 reserved[0x38];
|
||||||
} PACKED NfpuModelInfo;
|
} PACKED NfpuModelInfo;
|
||||||
|
|
||||||
struct NfpuMiiCharInfo {
|
typedef struct NfpuMiiCharInfo {
|
||||||
u8 unk_x0[0x10]; // Hash?
|
u8 unk_x0[0x10]; // Hash?
|
||||||
u8 mii_name[2*(10+1)]; ///< utf-16be, null-terminated
|
u8 mii_name[2*(10+1)]; ///< utf-16be, null-terminated
|
||||||
u8 unk_x26;
|
u8 unk_x26;
|
||||||
@ -88,7 +88,7 @@ struct NfpuMiiCharInfo {
|
|||||||
} PACKED;
|
} PACKED;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
struct NfpuMiiCharInfo mii_char_info;
|
NfpuMiiCharInfo mii_char_info;
|
||||||
u8 unk_x58[4]; // Mii ID?
|
u8 unk_x58[4]; // Mii ID?
|
||||||
char amiibo_name[10+1]; ///< utf-8, null-terminated
|
char amiibo_name[10+1]; ///< utf-8, null-terminated
|
||||||
u8 reserved[0x99];
|
u8 reserved[0x99];
|
||||||
|
Loading…
Reference in New Issue
Block a user