hos: pull missed se adjusted return values

And fix nogc patches.
This commit is contained in:
CTCaer
2026-03-19 21:10:20 +02:00
parent 0805f619ab
commit fc493cd999
3 changed files with 4 additions and 4 deletions

View File

@@ -668,7 +668,7 @@ static bool _get_fs_exfat_compatible(link_t *info, u32 *hos_revision)
if (strcmp((char *)ki->kip1->name, "FS"))
continue;
if (!se_sha_hash_256_oneshot(sha_buf, ki->kip1, ki->size))
if (se_sha_hash_256_oneshot(sha_buf, ki->kip1, ki->size))
break;
pkg2_get_ids(&kip_ids, &fs_ids_cnt);