fixed alignments

This commit is contained in:
emmaus 2018-08-21 18:53:58 +00:00
commit e5242a2ffe

View file

@ -477,7 +477,6 @@ namespace Ryujinx.HLE.HOS.Services.Bsd
Reader.ReadByte().ToString();
Sockets[SocketId].IpAddress = IPAddress.Parse(IpAddress);
Sockets[SocketId].RemoteEP = new IPEndPoint(Sockets[SocketId].IpAddress, Port);
}
}