From 39b25dc124d810f4b679fa7c97ccb7ad9d59c47d Mon Sep 17 00:00:00 2001 From: Mary Date: Thu, 17 Jun 2021 03:48:55 +0200 Subject: [PATCH] Miria: Make default profile loads Pro Controller by default (#2368) This was a regression introduced by Miria. --- Ryujinx/Ui/Windows/ControllerWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx/Ui/Windows/ControllerWindow.cs b/Ryujinx/Ui/Windows/ControllerWindow.cs index 0a3deec11..89afbae2f 100644 --- a/Ryujinx/Ui/Windows/ControllerWindow.cs +++ b/Ryujinx/Ui/Windows/ControllerWindow.cs @@ -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 { DpadUp = Key.Up,