mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 02:08:28 +02:00
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user