hos: add 22.0.0 support

This commit is contained in:
CTCaer
2026-03-17 06:46:33 +02:00
parent fc370d0608
commit ecbbc865bc
10 changed files with 48 additions and 7 deletions

View File

@@ -197,7 +197,7 @@ void config_exosphere(launch_ctxt_t *ctxt, u32 warmboot_base)
case 12:
exo_fw_no = EXO_FW_VER(9, 1);
break;
case 13 ... 24: //!TODO: Update on API changes. 24: 21.0.0.
case 13 ... 25: //!TODO: Update on API changes. 25: 22.0.0.
exo_fw_no = EXO_FW_VER(exo_fw_no - 3, ctxt->exo_ctx.hos_revision);
break;
}