kernel: convert KPort, KSession

This commit is contained in:
Liam
2023-03-06 20:34:25 -05:00
parent d24ab14126
commit 097c25b164
28 changed files with 196 additions and 226 deletions

View File

@@ -81,7 +81,7 @@ Result ManageNamedPort(Core::System& system, Handle* out_server_handle, uint64_t
R_UNLESS(port != nullptr, ResultOutOfResource);
// Initialize the new port.
port->Initialize(max_sessions, false, "");
port->Initialize(max_sessions, false, 0);
// Register the port.
KPort::Register(system.Kernel(), port);