Limited the name to 10 characters. (#23)

This commit is contained in:
Steven Mattera 2019-05-09 06:48:17 -04:00 committed by fincs
parent 9d39e91fb0
commit d12b301b19

View File

@ -79,7 +79,9 @@ typedef struct {
u64 _0x10;
u32 ProcessCategory;
u32 MainThreadStackSize;
char Name[0x50];
char Name[0x10];
char ProductCode[0x10];
u8 _0x40[0x30];
u32 Aci0Offset;
u32 Aci0Size;
u32 AcidOffset;