1
0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-28 17:41:57 -08:00
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
..