Fix StandardMotionConfigController serialisation
This commit is contained in:
parent
965390a45c
commit
4790c95b74
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue