1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-23 23:43:31 +01:00
Ryujinx/Ryujinx.HLE/HOS/Services/Sockets/Bsd
Mary 67cbdc3a6a bsd: Fix Poll(0) returning ETIMEDOUT instead of SUCCESS
This was an oversight of the implementation.
2022-09-01 21:46:11 +02:00
..
Impl Bsd: Fix ArgumentOutOfRangeException in SetSocketOption (#3633) 2022-08-28 14:24:19 +00:00
Types Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
BsdContext.cs
IClient.cs bsd: Fix Poll(0) returning ETIMEDOUT instead of SUCCESS 2022-09-01 21:46:11 +02:00
IFileDescriptor.cs
ISocket.cs
ServerInterface.cs