Explorar o código

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

This was a regression introduced by Miria.
Mary %!s(int64=4) %!d(string=hai) anos
pai
achega
39b25dc124
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Ryujinx/Ui/Windows/ControllerWindow.cs

+ 1 - 1
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<Key>
                         {
                             DpadUp       = Key.Up,