mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 10:02:14 +02:00
char extra
field to u8 unknown
This commit is contained in:
parent
b5a45d6742
commit
b8c10645eb
@ -48,7 +48,7 @@ typedef struct {
|
|||||||
u64 friend_request_reception; ///< Unknown
|
u64 friend_request_reception; ///< Unknown
|
||||||
char friend_code[0x20]; ///< Friend Code
|
char friend_code[0x20]; ///< Friend Code
|
||||||
u64 friend_code_next_issuable_time; ///< Unknown
|
u64 friend_code_next_issuable_time; ///< Unknown
|
||||||
char extra[0x7C8]; ///< Extra
|
u8 unknown[0x7C8]; ///< Unknown, 'extra' data?
|
||||||
} FriendsUserSetting;
|
} FriendsUserSetting;
|
||||||
|
|
||||||
/// Initialize friends
|
/// Initialize friends
|
||||||
|
Loading…
Reference in New Issue
Block a user