瀏覽代碼

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,