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;
|
||||
}
|
||||
|
||||
IPHostEntry Host = Dns.GetHostEntry(Dns.GetHostName());
|
||||
IPAddress Address = Host.AddressList.FirstOrDefault(A => A.AddressFamily == AddressFamily.InterNetwork);
|
||||
IPHostEntry Host = Dns.GetHostEntry(Dns.GetHostName());
|
||||
IPAddress Address = Host.AddressList.FirstOrDefault(A => A.AddressFamily == AddressFamily.InterNetwork);
|
||||
|
||||
Context.ResponseData.Write(BitConverter.ToUInt32(Address.GetAddressBytes()));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue