hos: bail if requested emummc patch is not applied
This commit is contained in:
committed by
Christoph Baumann
parent
5704004bc8
commit
7f0835a548
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user