diff --git a/bootloader/hos/pkg2.c b/bootloader/hos/pkg2.c index 7bcf2ad7..f9004aff 100644 --- a/bootloader/hos/pkg2.c +++ b/bootloader/hos/pkg2.c @@ -691,6 +691,10 @@ const char *pkg2_patch_kips(link_t *info, char *patch_names) return patches[i]; } + // Check if emuMMC was applied. + if (emummc_patch_selected) + return "emummc"; + return NULL; }