hos: 18.0.0 support

This commit is contained in:
CTCaer
2024-03-27 10:44:07 +02:00
parent d71903abf2
commit 5607fd18ea
9 changed files with 42 additions and 6 deletions

View File

@@ -199,7 +199,7 @@ void config_exosphere(launch_ctxt_t *ctxt, u32 warmboot_base)
case 12:
exo_fw_no = EXO_FW_VER(9, 1);
break;
case 13 ... 20: //!TODO: Update on API changes. 20: 17.0.0.
case 13 ... 21: //!TODO: Update on API changes. 21: 18.0.0.
exo_fw_no = EXO_FW_VER(exo_fw_no - 3, ctxt->exo_ctx.hos_revision);
break;
}