Added comment for NacpStruct.

This commit is contained in:
yellows8 2019-08-13 12:48:07 -04:00
parent c516388ba0
commit 6017cba043
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -12,6 +12,7 @@ typedef struct {
char author[0x100]; char author[0x100];
} NacpLanguageEntry; } NacpLanguageEntry;
/// ns ApplicationControlProperty
typedef struct { typedef struct {
NacpLanguageEntry lang[16]; NacpLanguageEntry lang[16];