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