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

This commit is contained in:
Michael Scire
2025-04-29 22:14:01 -07:00
parent 6125f40bdb
commit bd0890affb
13 changed files with 50 additions and 13 deletions

View File

@@ -85,6 +85,8 @@ namespace ams::hos {
Version_18_0_0 = ::ams::TargetFirmware_18_0_0,
Version_18_1_0 = ::ams::TargetFirmware_18_1_0,
Version_19_0_0 = ::ams::TargetFirmware_19_0_0,
Version_19_0_1 = ::ams::TargetFirmware_19_0_1,
Version_20_0_0 = ::ams::TargetFirmware_20_0_0,
Version_Current = ::ams::TargetFirmware_Current,