mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-23 06:57:13 +02:00
rebase with upstream
This commit is contained in:
parent
038ee1a6dd
commit
e5d54d5374
25 changed files with 68 additions and 84 deletions
|
@ -25,7 +25,7 @@ namespace Ryujinx.HLE.HOS.Services.Nifm.StaticService
|
|||
IsAnyInternetRequestAccepted = true, // NOTE: Why not accept any internet request?
|
||||
};
|
||||
|
||||
if (!Ryujinx.Common.SystemInfo.SystemInfo.IsBionic)
|
||||
if (!Ryujinx.Common.PlatformInfo.IsBionic)
|
||||
{
|
||||
NetworkChange.NetworkAddressChanged += LocalInterfaceCacheHandler;
|
||||
}
|
||||
|
@ -199,7 +199,7 @@ namespace Ryujinx.HLE.HOS.Services.Nifm.StaticService
|
|||
{
|
||||
if (isDisposing)
|
||||
{
|
||||
if (!Ryujinx.Common.SystemInfo.SystemInfo.IsBionic)
|
||||
if (!Ryujinx.Common.PlatformInfo.IsBionic)
|
||||
{
|
||||
NetworkChange.NetworkAddressChanged -= LocalInterfaceCacheHandler;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue