From 1b057d48c6825d5d59da8a71aaa4ac2ebf241c63 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 26 Oct 2023 14:44:45 -0700 Subject: [PATCH] sm: fix compat with new service macros --- stratosphere/sm/source/impl/sm_service_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/sm/source/impl/sm_service_manager.cpp b/stratosphere/sm/source/impl/sm_service_manager.cpp index 2007ac740..a645d5340 100644 --- a/stratosphere/sm/source/impl/sm_service_manager.cpp +++ b/stratosphere/sm/source/impl/sm_service_manager.cpp @@ -437,7 +437,7 @@ namespace ams::sm::impl { { /* TODO: Convert mitm internal messaging to use tipc? */ ::Service srv { .session = mitm_info->query_h }; - R_ABORT_UNLESS(::serviceDispatchInOut(std::addressof(srv), 65000, client_info, should_mitm)); + R_ABORT_UNLESS((serviceDispatchInOut(std::addressof(srv), 65000, client_info, should_mitm))); } /* If we shouldn't mitm, give normal session. */