mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 15:21:44 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -931,7 +931,7 @@ namespace Ryujinx.Ui.Windows
|
|||
Version = InputConfig.CurrentVersion,
|
||||
Backend = InputBackendType.WindowKeyboard,
|
||||
Id = null,
|
||||
ControllerType = ControllerType.JoyconPair,
|
||||
ControllerType = ControllerType.ProController,
|
||||
LeftJoycon = new LeftJoyconCommonConfig<Key>
|
||||
{
|
||||
DpadUp = Key.Up,
|
||||
|
|
Loading…
Reference in a new issue