mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-12-16 18:56:34 +00:00
Reset ProxyClient.RequestCommand
This commit is contained in:
parent
9ac0393cea
commit
44b81ba59e
@ -450,6 +450,7 @@ namespace Ryujinx.HLE.HOS.Services.Sockets.Bsd.Impl
|
||||
public void Disconnect()
|
||||
{
|
||||
ProxyClient.Disconnect();
|
||||
ProxyClient.RequestCommand = 0;
|
||||
}
|
||||
|
||||
public LinuxError Shutdown(BsdSocketShutdownFlags how)
|
||||
@ -469,6 +470,7 @@ namespace Ryujinx.HLE.HOS.Services.Sockets.Bsd.Impl
|
||||
public void Close()
|
||||
{
|
||||
ProxyClient.Close();
|
||||
ProxyClient.RequestCommand = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user