1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-10-01 12:30:00 +02:00
Ryujinx/Ryujinx.HLE/HOS/Services/Nifm
Ac_K 242e51c7f5
nifm: Fixes IsDynamicDnsEnabled not supported ()
For a strange reason `IPInterfaceProperties.IsDynamicDnsEnabled` returns a `PlatformNotSupported` exception in Linux.
This PR fixes this issue with a `try/catch` and set the value to false. Closes .
2021-07-06 20:41:11 +02:00
..
StaticService nifm: Fixes IsDynamicDnsEnabled not supported () 2021-07-06 20:41:11 +02:00
IStaticService.cs Initial support for the new 12.x IPC system () 2021-04-14 00:01:24 +02:00
ResultCode.cs Stub nifm IRequest GetAppletInfo () 2020-07-04 00:48:07 +02:00