Fix the MCPPPrepareTitleInfo struct

This commit is contained in:
Maschell 2020-06-20 23:38:28 +02:00
parent 83e13eebcb
commit 1e1a87f2ef

View File

@ -114,7 +114,7 @@ struct Permission {
uint64_t mask;
};
typedef struct {
typedef struct __attribute__((packed)) {
uint32_t version;
char unkn1[8];
uint64_t titleId;