ams: bump version, add enum support for 20.4.0

This commit is contained in:
Michael Scire
2025-09-02 18:29:36 -07:00
parent e8de1e3c34
commit 081e76a2b5
4 changed files with 11 additions and 3 deletions

View File

@@ -94,6 +94,7 @@ namespace ams::hos {
Version_20_1_5 = ::ams::TargetFirmware_20_1_5,
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_Current = ::ams::TargetFirmware_Current,