From 55281ebb229e6c033193b02cc3889cb83fdf01df Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 10 Oct 2024 02:37:18 -0700 Subject: [PATCH] ns_mitm: update to support new 19.0.0 command --- libstratosphere/include/stratosphere/hos/hos_types.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libstratosphere/include/stratosphere/hos/hos_types.hpp b/libstratosphere/include/stratosphere/hos/hos_types.hpp index 597cc087..a096237a 100644 --- a/libstratosphere/include/stratosphere/hos/hos_types.hpp +++ b/libstratosphere/include/stratosphere/hos/hos_types.hpp @@ -84,6 +84,7 @@ namespace ams::hos { Version_17_0_1 = ::ams::TargetFirmware_17_0_1, Version_18_0_0 = ::ams::TargetFirmware_18_0_0, Version_18_1_0 = ::ams::TargetFirmware_18_1_0, + Version_19_0_0 = ::ams::TargetFirmware_19_0_0, Version_Current = ::ams::TargetFirmware_Current,