mirror of
https://github.com/wiiu-env/MochaPayload.git
synced 2024-11-17 21:49:17 +01:00
Give every title full ACP access
This commit is contained in:
parent
7e436c6e53
commit
6f5829e73f
@ -167,6 +167,8 @@ int _MCP_ReadCOSXml_patch(uint32_t u1, uint32_t u2, MCPPPrepareTitleInfo *xmlDat
|
||||
|
||||
// Give us sd access!
|
||||
xmlData->permissions[4].mask = 0xFFFFFFFFFFFFFFFF;
|
||||
// Give all titles permission to use ACP
|
||||
xmlData->permissions[10].mask = 0xFFFFFFFFFFFFFFFF;
|
||||
|
||||
// if we replace the RPX we want to increase the max_codesize and give us full permission!
|
||||
if (replace_valid) {
|
||||
|
Loading…
Reference in New Issue
Block a user