Ryujinx/Ryujinx.HLE/HOS/Services/Sockets/Bsd/Impl
riperiperi b7fb474bfe
Handle the case where byte optionValues are sent to BSD (#3405)
Some games and the Mario Odyssey Multiplayer mod do this.

The SMO multiplayer mod also needs you to revert #3394 as it uses a blocking socket to receive (otherwise it hangs), and it doesn't seem to like being forced as non-blocking.
2022-07-12 00:50:01 +02:00
..
EventFileDescriptor.cs
EventFileDescriptorPollManager.cs
ManagedSocket.cs Handle the case where byte optionValues are sent to BSD (#3405) 2022-07-12 00:50:01 +02:00
ManagedSocketPollManager.cs
WinSockHelper.cs
WSAError.cs