Revert "Use source generated json serializers in order to improve code trimming (#4094)" (#4576)

This reverts commit 8e04cbb36f.
This commit is contained in:
gdkchan 2023-03-21 20:14:46 -03:00 committed by GitHub
parent 8e04cbb36f
commit 79f588e8b3
73 changed files with 608 additions and 886 deletions

View file

@ -1,8 +1,5 @@
using System.Text.Json.Serialization;
namespace Ryujinx.Common.Configuration.Hid.Controller.Motion
namespace Ryujinx.Common.Configuration.Hid.Controller.Motion
{
[JsonConverter(typeof(JsonMotionConfigControllerConverter))]
public class MotionConfigController
{
public MotionInputBackendType MotionBackend { get; set; }