fusee/exo/ams: update with new keydata/version enums

This commit is contained in:
Michael Scire
2024-03-27 18:48:49 -07:00
parent c8c76bf8f8
commit 83b3b09e73
13 changed files with 49 additions and 14 deletions

View File

@@ -81,6 +81,8 @@ namespace ams::hos {
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_17_0_1 = ::ams::TargetFirmware_17_0_1,
Version_18_0_0 = ::ams::TargetFirmware_18_0_0,
Version_Current = ::ams::TargetFirmware_Current,