Reset ProxyClient.RequestCommand
This commit is contained in:
parent
9ac0393cea
commit
44b81ba59e
1 changed files with 2 additions and 0 deletions
|
@ -450,6 +450,7 @@ namespace Ryujinx.HLE.HOS.Services.Sockets.Bsd.Impl
|
||||||
public void Disconnect()
|
public void Disconnect()
|
||||||
{
|
{
|
||||||
ProxyClient.Disconnect();
|
ProxyClient.Disconnect();
|
||||||
|
ProxyClient.RequestCommand = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
public LinuxError Shutdown(BsdSocketShutdownFlags how)
|
public LinuxError Shutdown(BsdSocketShutdownFlags how)
|
||||||
|
@ -469,6 +470,7 @@ namespace Ryujinx.HLE.HOS.Services.Sockets.Bsd.Impl
|
||||||
public void Close()
|
public void Close()
|
||||||
{
|
{
|
||||||
ProxyClient.Close();
|
ProxyClient.Close();
|
||||||
|
ProxyClient.RequestCommand = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue