diff --git a/fusee_cpp/program/source/fusee_stratosphere.cpp b/fusee_cpp/program/source/fusee_stratosphere.cpp index 9648405ff..b0a805d17 100644 --- a/fusee_cpp/program/source/fusee_stratosphere.cpp +++ b/fusee_cpp/program/source/fusee_stratosphere.cpp @@ -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. */