nnfriendsProfile Structurestruct nnfriendsProfile
{
u8 region;
u8 country;
u8 area;
u8 language;
u8 platform;
};
Structure storing a user's profile information.
| region | The region code for the hardware region. | |
|---|---|---|
| country | Country code. | |
| area | Area code. | |
| language | Language code. | |
| platform | Platform code. This is always nn::friends::CTR::PLATFORM_CTR for a CTR system. |
CONFIDENTIAL