This commit is contained in:
gdkchan 2018-04-06 01:07:51 -03:00
parent dcf0f0be38
commit 2fd718c163

View file

@ -266,9 +266,9 @@ namespace Ryujinx.Core.OsHle.Services.Bsd
Writer.Write((short)((IPEndPoint)NewBsdSocket.Handle.LocalEndPoint).Port);
byte[] IpAdress = NewBsdSocket.IpAddress.GetAddressBytes();
byte[] IpAddress = NewBsdSocket.IpAddress.GetAddressBytes();
Writer.Write(IpAdress);
Writer.Write(IpAddress);
AMemoryHelper.WriteBytes(Context.Memory, AddrBufferPtr, MS.ToArray());