mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-22 19:22:40 +02:00
fusee_cpp: emummc implies decompressed text segment
This commit is contained in:
parent
c5d021c172
commit
b520f5c53b
@ -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 New Issue
Block a user