Miria: Make default profile loads Pro Controller by default (#2368)
This was a regression introduced by Miria.
This commit is contained in:
parent
7ff1f9aa12
commit
39b25dc124
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user