sm, spl: update to use new sf semantics
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user