mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-30 22:45:17 -04:00
Simplify namespacing
This commit is contained in:
parent
4be88c7180
commit
e86e1588e3
9 changed files with 18 additions and 18 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "sm_manager_service.hpp"
|
||||
#include "sm_service_manager.hpp"
|
||||
|
||||
namespace sts { namespace sm {
|
||||
namespace sts::sm {
|
||||
|
||||
Result ManagerService::RegisterProcess(u64 pid, InBuffer<u8> acid_sac, InBuffer<u8> aci0_sac) {
|
||||
return sm::RegisterProcess(pid, acid_sac.buffer, acid_sac.num_elements, aci0_sac.buffer, aci0_sac.num_elements);
|
||||
|
@ -38,4 +38,4 @@ namespace sts { namespace sm {
|
|||
R_ASSERT(sm::HasMitm(out.GetPointer(), service));
|
||||
}
|
||||
|
||||
}}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue