ams: first attempt at 13.2.1 support

This commit is contained in:
Michael Scire 2022-01-19 16:28:32 -08:00
parent 275da52305
commit 4efa5d7dd0
6 changed files with 11 additions and 5 deletions

View file

@ -68,6 +68,7 @@ namespace ams::hos {
Version_13_0_0 = ::ams::TargetFirmware_13_0_0,
Version_13_1_0 = ::ams::TargetFirmware_13_1_0,
Version_13_2_0 = ::ams::TargetFirmware_13_2_0,
Version_13_2_1 = ::ams::TargetFirmware_13_2_1,
Version_Current = ::ams::TargetFirmware_Current,