ams: bump version, add enum support for 20.5.0

This commit is contained in:
Michael Scire
2025-09-29 18:44:40 -07:00
parent d7936d3fa4
commit 982f0e4fd4
4 changed files with 10 additions and 4 deletions

View File

@@ -95,6 +95,7 @@ namespace ams::hos {
Version_20_2_0 = ::ams::TargetFirmware_20_2_0,
Version_20_3_0 = ::ams::TargetFirmware_20_3_0,
Version_20_4_0 = ::ams::TargetFirmware_20_4_0,
Version_20_5_0 = ::ams::TargetFirmware_20_5_0,
Version_Current = ::ams::TargetFirmware_Current,