diff options
| author | Mary <me@thog.eu> | 2021-06-17 03:48:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-17 03:48:55 +0200 |
| commit | 39b25dc124d810f4b679fa7c97ccb7ad9d59c47d (patch) | |
| tree | 8d0212bf8bc30c17f7c1d4fe285ad5bc5802ecbb | |
| parent | 7ff1f9aa121a7c2f59f8cba4bb5367839342ed62 (diff) | |
Miria: Make default profile loads Pro Controller by default (#2368)
This was a regression introduced by Miria.
| -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, |
