early-access version 1753

This commit is contained in:
pineappleEA
2021-06-05 07:15:09 +02:00
parent 3e0a265d01
commit 59785630ec
14 changed files with 76 additions and 68 deletions

View File

@@ -46,7 +46,7 @@ Kernel::KClientPort& ServiceManager::InterfaceFactory(ServiceManager& self, Core
self.sm_interface = sm;
self.controller_interface = std::make_unique<Controller>(system);
return sm->CreatePort(system.Kernel());
return sm->CreatePort();
}
ResultVal<Kernel::KServerPort*> ServiceManager::RegisterService(std::string name,