-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Expand documentation for Friends 3DS #36
feat: Expand documentation for Friends 3DS #36
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Do you also happen to know anything about the AccountExtraInfo or the NintendoCreateAccountData structures?
|
I wonder if this is related to system transfers? Tracking how many times an account has "moved" consoles? |
There is no way to retrieve this supposed |
Even if you don't have fully documented the structure, can you include any new field names? |
I've added the remaining field names for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
9bd5966
to
e4b7b39
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some style changes for consistency
Resolves #XXX
Changes:
Add values for the
m_ChangedBitFlag
enum inNintendoPresence
, the remaining "Unknown" fields inMyProfile
andAccountExtraInfo
based on reverse engineering of the 3DS friends module.