Ryujinx/Ryujinx.HLE/HOS/Services/Sockets/Bsd
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
..
Impl Handle the case where byte optionValues are sent to BSD (#3405) 2022-07-12 00:50:01 +02:00
Types bsd: Revamp API and make socket abstract (#2960) 2022-01-12 19:31:08 +01:00
BsdContext.cs misc: Make PID unsigned long instead of long (#3043) 2022-02-09 17:18:07 -03:00
IClient.cs bsd: Revamp API and make socket abstract (#2960) 2022-01-12 19:31:08 +01:00
IFileDescriptor.cs bsd: Revamp API and make socket abstract (#2960) 2022-01-12 19:31:08 +01:00
ISocket.cs bsd: Revamp API and make socket abstract (#2960) 2022-01-12 19:31:08 +01:00
ServerInterface.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00