hos: add 21.0.0 support

This commit is contained in:
CTCaer
2025-11-11 14:17:04 +02:00
parent 119fcdf9e8
commit 69ac0292f0
9 changed files with 44 additions and 6 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 ... 23: //!TODO: Update on API changes. 23: 20.0.0.
case 13 ... 24: //!TODO: Update on API changes. 24: 21.0.0.
exo_fw_no = EXO_FW_VER(exo_fw_no - 3, ctxt->exo_ctx.hos_revision);
break;
}