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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,