strat: changes for sm tipc (boots 11.0.1, now)

This commit is contained in:
Michael Scire 2021-04-10 17:59:54 -07:00 committed by SciresM
parent b1b3914ccf
commit 1118421fa6
12 changed files with 42 additions and 31 deletions

View file

@ -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));
});
}