mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-12 13:01:56 -08:00
242e51c7f5
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.