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
{
config.Motion = new MotionConfigController
config.Motion = new StandardMotionConfigController
{
EnableMotion = EnableMotion,
MotionBackend = MotionInputBackendType.GamepadDriver,