mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-01-29 02:56:47 -06:00
567c64e149
Since we move to .NET7, JsonSerializer now needs to have explicit options as arguments, which leads to some warnings in Avalonia project. This is fixed by using our `JsonHelper` class.