mirror of
https://github.com/wiiu-env/MochaPayload.git
synced 2024-11-17 21:49:17 +01:00
Fix the MCPPPrepareTitleInfo struct
This commit is contained in:
parent
83e13eebcb
commit
1e1a87f2ef
@ -114,7 +114,7 @@ struct Permission {
|
||||
uint64_t mask;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
typedef struct __attribute__((packed)) {
|
||||
uint32_t version;
|
||||
char unkn1[8];
|
||||
uint64_t titleId;
|
||||
|
Loading…
Reference in New Issue
Block a user