hos: pkg2: do not exit loop when non nogc

This commit is contained in:
CTCaer 2024-03-29 15:12:53 +02:00
parent 9e1b2ee573
commit 35ea35f6ad

View file

@ -511,10 +511,7 @@ const char *pkg2_patch_kips(link_t *info, char *patch_names)
}
if (strcmp(patches[i], "nogc"))
{
parse_external_kip_patches();
break;
}
}
u32 kip_hash[SE_SHA_256_SIZE / sizeof(u32)];