From 35ea35f6ad5bcfe94ccdf583c9bcfcb83e36f1d9 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Fri, 29 Mar 2024 15:12:53 +0200 Subject: [PATCH] hos: pkg2: do not exit loop when non nogc --- bootloader/hos/pkg2.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/bootloader/hos/pkg2.c b/bootloader/hos/pkg2.c index b9272bf..8be5439 100644 --- a/bootloader/hos/pkg2.c +++ b/bootloader/hos/pkg2.c @@ -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)];