mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-26 18:22:22 -05:00
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.