This commit is contained in:
WerWolv 2019-08-19 00:30:29 +02:00 committed by GitHub
parent 602d9766ee
commit f9c83903ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ typedef struct {
u8 repairFlag; u8 repairFlag;
u8 programIndex; u8 programIndex;
u8 requiredNetworkServiceLicenseOnLaunch; u8 requiredNetworkServiceLicenseOnLaunch;
u8 reserved_3214[0xDEC]; u8 reserved_x3214[0xDEC];
} NacpStruct; } NacpStruct;
/// Get the NacpLanguageEntry from the input nacp corresponding to the current system language (this may fallback to other languages when needed). Output langentry is NULL if none found / content of entry is empty. /// Get the NacpLanguageEntry from the input nacp corresponding to the current system language (this may fallback to other languages when needed). Output langentry is NULL if none found / content of entry is empty.