Miria: Make default profile loads Pro Controller by default (#2368)

This was a regression introduced by Miria.
This commit is contained in:
Mary
2021-06-17 03:48:55 +02:00
committed by GitHub
parent 7ff1f9aa12
commit 39b25dc124

View File

@ -931,7 +931,7 @@ namespace Ryujinx.Ui.Windows
Version = InputConfig.CurrentVersion, Version = InputConfig.CurrentVersion,
Backend = InputBackendType.WindowKeyboard, Backend = InputBackendType.WindowKeyboard,
Id = null, Id = null,
ControllerType = ControllerType.JoyconPair, ControllerType = ControllerType.ProController,
LeftJoycon = new LeftJoyconCommonConfig<Key> LeftJoycon = new LeftJoyconCommonConfig<Key>
{ {
DpadUp = Key.Up, DpadUp = Key.Up,