mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-13 23:46:40 +00:00
fusee_cpp: emummc implies decompressed text segment
This commit is contained in:
parent
c5d021c172
commit
b520f5c53b
1 changed files with 5 additions and 0 deletions
|
@ -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. */
|
/* Parse/prepare relevant nogc/kip patches. */
|
||||||
{
|
{
|
||||||
/* Add nogc patches. */
|
/* Add nogc patches. */
|
||||||
|
|
Loading…
Reference in a new issue