exo/fusee: first pass at updating enums for 14.0.0

This commit is contained in:
Michael Scire 2022-03-21 18:37:48 -07:00 committed by SciresM
parent 320a946fc7
commit 588d761615
10 changed files with 44 additions and 14 deletions

View file

@ -69,6 +69,7 @@ namespace ams::hos {
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_14_0_0 = ::ams::TargetFirmware_14_0_0,
Version_Current = ::ams::TargetFirmware_Current,