Fix StandardMotionConfigController serialisation

This commit is contained in:
Isaac Marovitz 2024-02-23 17:57:08 -05:00 committed by Isaac Marovitz
parent 965390a45c
commit 4790c95b74

View file

@ -565,7 +565,7 @@ namespace Ryujinx.Ava.UI.Models.Input
} }
else else
{ {
config.Motion = new MotionConfigController config.Motion = new StandardMotionConfigController
{ {
EnableMotion = EnableMotion, EnableMotion = EnableMotion,
MotionBackend = MotionInputBackendType.GamepadDriver, MotionBackend = MotionInputBackendType.GamepadDriver,