diff options
| -rw-r--r-- | Ryujinx/Ui/Windows/ControllerWindow.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx/Ui/Windows/ControllerWindow.cs b/Ryujinx/Ui/Windows/ControllerWindow.cs index 0a3deec1..89afbae2 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<Key> { DpadUp = Key.Up, |
