Ryujinx/Ryujinx.HLE/HOS/Services/Sockets/Bsd
TSRBerry 5ff5fe47ba
Bsd: Fix NullReferenceException in BsdSockAddr.FromIPEndPoint() (#3652)
* Bsd: Fix NullReferenceException in BsdSockAddr.FromIPEndPoint()

Allows "Victor Vran Overkill Edition" to boot with guest internet access enabled.
Thanks to EmulationFanatic for testing this for me!

* Bsd: Return proper error code if RemoteEndPoint is null

* Remove whitespace from empty line

Co-authored-by: gdkchan <gab.dark.100@gmail.com>

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
2022-09-01 22:04:01 +00:00
..
Impl
Types
BsdContext.cs
IClient.cs Bsd: Fix NullReferenceException in BsdSockAddr.FromIPEndPoint() (#3652) 2022-09-01 22:04:01 +00:00
IFileDescriptor.cs
ISocket.cs
ServerInterface.cs