hle: kernel: HandleTable: Remove deprecated APIs.
This commit is contained in:
parent
b57c5a9b54
commit
aa2844bcf9
7 changed files with 28 additions and 111 deletions
|
@ -328,7 +328,7 @@ static ResultCode ConnectToNamedPort(Core::System& system, Handle* out_handle,
|
|||
|
||||
// Return the client session
|
||||
auto& handle_table = kernel.CurrentProcess()->GetHandleTable();
|
||||
CASCADE_RESULT(*out_handle, handle_table.Create(client_session));
|
||||
handle_table.Add(out_handle, client_session);
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue