Give every title full ACP access

This commit is contained in:
Maschell 2021-10-01 17:33:09 +02:00
parent 7e436c6e53
commit 6f5829e73f

View File

@ -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) {