sm, spl: update to use new sf semantics

This commit is contained in:
Michael Scire
2021-01-17 15:03:51 -08:00
parent 8956e3bd29
commit bc9da91362
7 changed files with 134 additions and 31 deletions

View File

@@ -19,7 +19,7 @@
namespace ams::sm {
/* Service definition. */
class ManagerService final {
class ManagerService {
public:
Result RegisterProcess(os::ProcessId process_id, const sf::InBuffer &acid_sac, const sf::InBuffer &aci_sac);
Result UnregisterProcess(os::ProcessId process_id);