mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
nfc: change mii_name representation to u16
This commit is contained in:
parent
9d96f57083
commit
447d8d1d1f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user