Преглед изворни кода

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

This was a regression introduced by Miria.
Mary пре 4 година
родитељ
комит
39b25dc124
1 измењених фајлова са 1 додато и 1 уклоњено
  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,