Add mention of exheaders in the Enable game patching description

This commit is contained in:
Aurora Wright
2017-08-07 21:20:08 +02:00
parent a4629e4b65
commit 36c1da1d61
2 changed files with 3 additions and 3 deletions

View File

@@ -263,8 +263,8 @@ static Result loader_GetProgramInfo(exheader_header *exheader, u64 prog_handle)
u64 originalProgId = exheader->arm11systemlocalcaps.programid;
if(CONFIG(PATCHGAMES) && loadTitleExheader(exheader->arm11systemlocalcaps.programid, exheader))
{
exheader->arm11systemlocalcaps.programid = originalProgId;
exheader->accessdesc.arm11systemlocalcaps.programid = originalProgId;
exheader->arm11systemlocalcaps.programid = originalProgId;
exheader->accessdesc.arm11systemlocalcaps.programid = originalProgId;
}
}
}