mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 03:06:52 -04:00
libstrat: fix domain issues. in/out objects now work.
This commit is contained in:
parent
4f455dacf4
commit
15773e4755
23 changed files with 161 additions and 113 deletions
|
@ -20,6 +20,7 @@
|
|||
#include <stratosphere/sm/sm_manager_api.hpp>
|
||||
|
||||
#include "smm_ams.h"
|
||||
#include "sm_utils.hpp"
|
||||
|
||||
namespace sts::sm::manager {
|
||||
|
||||
|
@ -38,7 +39,7 @@ namespace sts::sm::manager {
|
|||
}
|
||||
|
||||
Result HasMitm(bool *out, ServiceName name) {
|
||||
return smManagerAtmosphereHasMitm(out, name.name);
|
||||
return smManagerAtmosphereHasMitm(out, impl::ConvertName(name));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue