mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
parent
658ee7aafe
commit
f8e1cc28b8
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);
|
||||
errno = SetResultErrno(socket.Handle, result);
|
||||
context.Memory.Write((ulong)receivePosition, receivedBuffer);
|
||||
}
|
||||
catch (SocketException exception)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue