hos: bail if requested emummc patch is not applied

This commit is contained in:
CTCaer
2025-05-28 04:53:58 +03:00
parent f27934388e
commit 95fede4418

View File

@@ -686,6 +686,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;
}