libctru v2.5.0
|
EULA entry header structure. More...
#include <act.h>
Data Fields | |
char | countryCode [2+1] |
ISO 3166-1 A-2 country code. | |
u8 | pad |
char | languageCode [2+1] |
ISO 639 Set 1 language code. | |
u8 | pad2 |
u16 | eulaVersion |
u8 | pad3 [2] |
u32 | nextEntryOffset |
Offset of next EULA entry, relative to full data blob. | |
u32 | eulaTypeOffset |
Offset of the EulaType within textData. | |
u32 | agreeTextOffset |
Offset of the AgreeText within textData. | |
u32 | nonAgreeTextOffset |
Offset of the NonAgreeText within textData. | |
u32 | languageNameOffset |
Offset of the LanguageName within textData. | |
u32 | mainTitleOffset |
Offset of the MainTitle within textData. | |
u32 | mainTextOffset |
Offset of the MainText within textData. | |
u32 | subTitleOffset |
Offset of the SubTitle within textData. | |
u32 | subTextOffset |
Offset of the SubText within textData. | |
char | textData [] |
EULA entry header structure.