<snip>
This commit is contained in:
parent
fddb25f00e
commit
c211e5079c
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ namespace Ryujinx.HLE.OsHle.Services.Nifm
|
|||
IPAddress[] Address = HostEntry.AddressList;
|
||||
var IP = Address.Where(x => x.AddressFamily == System.Net.Sockets.AddressFamily.InterNetwork).FirstOrDefault();
|
||||
uint LocalIP = BitConverter.ToUInt32(IP.GetAddressBytes());
|
||||
MakeObject(Context, new IRequest());
|
||||
Context.ResponseData.Write(LocalIP);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue