mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 11:58:28 -05:00
kernel: fix port tracking
This commit is contained in:
@ -384,7 +384,6 @@ static Result ConnectToNamedPort(Core::System& system, Handle* out, VAddr port_n
|
||||
// Create a session.
|
||||
KClientSession* session{};
|
||||
R_TRY(port->CreateSession(std::addressof(session)));
|
||||
port->Close();
|
||||
|
||||
kernel.RegisterNamedServiceHandler(port_name, &port->GetParent()->GetServerPort());
|
||||
|
||||
|
Reference in New Issue
Block a user