fusee/exo: implement the usual changes for new firmware support

This commit is contained in:
Michael Scire 2023-10-11 10:55:34 -07:00 committed by SciresM
parent 6d0bf70783
commit c5d7ca5159
12 changed files with 45 additions and 14 deletions

View file

@ -80,6 +80,7 @@ namespace ams::hos {
Version_16_0_2 = ::ams::TargetFirmware_16_0_2,
Version_16_0_3 = ::ams::TargetFirmware_16_0_3,
Version_16_1_0 = ::ams::TargetFirmware_16_1_0,
Version_17_0_0 = ::ams::TargetFirmware_17_0_0,
Version_Current = ::ams::TargetFirmware_Current,