Skip to content

Commit

Permalink
sm: fix compat with new service macros
Browse files Browse the repository at this point in the history
  • Loading branch information
SciresM committed Oct 26, 2023
1 parent 0c3afff commit 1b057d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stratosphere/sm/source/impl/sm_service_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 1b057d4

Please sign in to comment.