mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 00:17:44 +02:00
parent
0ac4c0c92c
commit
c70056bc76
1 changed files with 1 additions and 0 deletions
|
@ -1148,6 +1148,7 @@ namespace Ryujinx.HLE.HOS.Services.Sockets.Bsd
|
||||||
{
|
{
|
||||||
result = socket.Handle.Receive(receivedBuffer);
|
result = socket.Handle.Receive(receivedBuffer);
|
||||||
errno = SetResultErrno(socket.Handle, result);
|
errno = SetResultErrno(socket.Handle, result);
|
||||||
|
context.Memory.Write((ulong)receivePosition, receivedBuffer);
|
||||||
}
|
}
|
||||||
catch (SocketException exception)
|
catch (SocketException exception)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue