mirror of
https://github.com/switchbrew/switch-tools.git
synced 2025-06-21 13:32:39 +02:00
Limited the name to 10 characters. (#23)
This commit is contained in:
parent
9d39e91fb0
commit
d12b301b19
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user