mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-14 21:17:43 -07:00
parent
0ac4c0c92c
commit
c70056bc76
@ -1148,6 +1148,7 @@ namespace Ryujinx.HLE.HOS.Services.Sockets.Bsd
|
||||
{
|
||||
result = socket.Handle.Receive(receivedBuffer);
|
||||
errno = SetResultErrno(socket.Handle, result);
|
||||
context.Memory.Write((ulong)receivePosition, receivedBuffer);
|
||||
}
|
||||
catch (SocketException exception)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user