Cyuubumped
This commit is contained in:
parent
3d33f51a9f
commit
698e035a82
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ namespace Ryujinx.HLE.OsHle.Services.Nifm
|
||||||
return NoInternetConnection;
|
return NoInternetConnection;
|
||||||
}
|
}
|
||||||
|
|
||||||
IPHostEntry Host = Dns.GetHostEntry(Dns.GetHostName());
|
IPHostEntry Host = Dns.GetHostEntry(Dns.GetHostName());
|
||||||
IPAddress Address = Host.AddressList.FirstOrDefault(A => A.AddressFamily == AddressFamily.InterNetwork);
|
IPAddress Address = Host.AddressList.FirstOrDefault(A => A.AddressFamily == AddressFamily.InterNetwork);
|
||||||
|
|
||||||
Context.ResponseData.Write(BitConverter.ToUInt32(Address.GetAddressBytes()));
|
Context.ResponseData.Write(BitConverter.ToUInt32(Address.GetAddressBytes()));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue