ams: add enum recognition for 21.1.0

This commit is contained in:
Michael Scire
2025-12-08 18:41:01 -07:00
parent 00d1cdb533
commit 3cb5d5f957
3 changed files with 9 additions and 3 deletions

View File

@@ -97,6 +97,8 @@ namespace ams::hos {
Version_20_4_0 = ::ams::TargetFirmware_20_4_0,
Version_20_5_0 = ::ams::TargetFirmware_20_5_0,
Version_21_0_0 = ::ams::TargetFirmware_21_0_0,
Version_21_0_1 = ::ams::TargetFirmware_21_0_1,
Version_21_1_0 = ::ams::TargetFirmware_21_1_0,
Version_Current = ::ams::TargetFirmware_Current,