mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-11 00:46:39 +00:00
Fix typo
This commit is contained in:
parent
dcf0f0be38
commit
2fd718c163
1 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue