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

@ -152,7 +152,7 @@ void configMenu(bool oldPinStatus, u32 oldPinMode)
"Enable overriding the region and\n"
"language configuration and the usage\n"
"of patched code binaries,\n"
"of patched code binaries, exHeaders,\n"
"IPS code patches and LayeredFS\n"
"for specific games.\n\n"
"Also makes certain DLCs\n"

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;
}
}
}