strat: changes for sm tipc (boots 11.0.1, now)
This commit is contained in:
@@ -20,7 +20,7 @@ namespace ams::sm::mitm {
|
||||
|
||||
/* Mitm API. */
|
||||
Result InstallMitm(Handle *out_port, Handle *out_query, ServiceName name) {
|
||||
return impl::DoWithPerThreadSession([&](Service *fwd) {
|
||||
return impl::DoWithPerThreadSession([&](TipcService *fwd) {
|
||||
return smAtmosphereMitmInstall(fwd, out_port, out_query, impl::ConvertName(name));
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user