mirror of
https://github.com/CTCaer/hekate
synced 2024-11-09 21:36:35 +00:00
hos: pkg2: do not exit loop when non nogc
This commit is contained in:
parent
9e1b2ee573
commit
35ea35f6ad
1 changed files with 0 additions and 3 deletions
|
@ -511,10 +511,7 @@ const char *pkg2_patch_kips(link_t *info, char *patch_names)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strcmp(patches[i], "nogc"))
|
if (strcmp(patches[i], "nogc"))
|
||||||
{
|
|
||||||
parse_external_kip_patches();
|
parse_external_kip_patches();
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
u32 kip_hash[SE_SHA_256_SIZE / sizeof(u32)];
|
u32 kip_hash[SE_SHA_256_SIZE / sizeof(u32)];
|
||||||
|
|
Loading…
Reference in a new issue