mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-02-06 15:02:55 -06:00
![Ac_K](/assets/img/avatar_default.png)
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 #2415.