ams: add enum recognition for 14.1.0

This commit is contained in:
Michael Scire
2022-04-04 17:44:56 -07:00
parent 442656899f
commit 72baa4ff18
3 changed files with 6 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ namespace ams::hos {
Version_13_2_0 = ::ams::TargetFirmware_13_2_0,
Version_13_2_1 = ::ams::TargetFirmware_13_2_1,
Version_14_0_0 = ::ams::TargetFirmware_14_0_0,
Version_14_1_0 = ::ams::TargetFirmware_14_1_0,
Version_Current = ::ams::TargetFirmware_Current,