mirror of
https://github.com/wiiu-env/MochaPayload.git
synced 2024-12-22 22:21:52 +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