Add version enums for 20.1.0

This commit is contained in:
Michael Scire
2025-05-28 10:32:26 -07:00
committed by Christoph Baumann
parent b9024a89e2
commit 99136146dd
3 changed files with 6 additions and 3 deletions

View File

@@ -89,6 +89,7 @@ namespace ams::hos {
Version_19_0_1 = ::ams::TargetFirmware_19_0_1,
Version_20_0_0 = ::ams::TargetFirmware_20_0_0,
Version_20_0_1 = ::ams::TargetFirmware_20_0_1,
Version_20_1_0 = ::ams::TargetFirmware_20_1_0,
Version_Current = ::ams::TargetFirmware_Current,