1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-08 21:21:48 +00:00

fusee_cpp: emummc implies decompressed text segment

This commit is contained in:
Michael Scire 2021-09-03 00:43:34 -07:00 committed by SciresM
parent c5d021c172
commit b520f5c53b

View file

@ -713,6 +713,11 @@ namespace ams::nxboot {
}
}
/* If emummc is enabled, we need to decompress fs .text. */
if (emummc_enabled) {
fs_meta->patch_segments |= (1 << 0);
}
/* Parse/prepare relevant nogc/kip patches. */
{
/* Add nogc patches. */