hos: add 19.0.0 support

This commit is contained in:
CTCaer
2024-10-11 13:04:16 +03:00
parent 84f3f7d92a
commit 81fb318f6b
10 changed files with 51 additions and 10 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 ... 21: //!TODO: Update on API changes. 21: 18.0.0.
case 13 ... 22: //!TODO: Update on API changes. 22: 19.0.0.
exo_fw_no = EXO_FW_VER(exo_fw_no - 3, ctxt->exo_ctx.hos_revision);
break;
}