mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 13:44:11 -04:00
strat: changes for sm tipc (boots 11.0.1, now)
This commit is contained in:
parent
b1b3914ccf
commit
1118421fa6
12 changed files with 42 additions and 31 deletions
|
@ -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));
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue