From e1300e74cf78f53f8bdc15383e425a8ade2c51fd Mon Sep 17 00:00:00 2001 From: MaxLastBreath Date: Tue, 22 Oct 2024 22:55:15 +0300 Subject: [PATCH 1/2] Set the Default Controller to Pro Controller. - Let's be honest nobody is using JoyCon pair on their PC. - It looks nicer and more accurate to more traditional controllers. - Fixes issues with UltraCam mods and other such mods with lack of proper Dual Joycon support. --- src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs b/src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs index 3c3bc458c..c9bb45984 100644 --- a/src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs +++ b/src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs @@ -898,7 +898,7 @@ namespace Ryujinx.UI.Common.Configuration Backend = InputBackendType.WindowKeyboard, Id = "0", PlayerIndex = PlayerIndex.Player1, - ControllerType = ControllerType.JoyconPair, + ControllerType = ControllerType.ProController, LeftJoycon = new LeftJoyconCommonConfig { DpadUp = Key.Up, -- 2.47.1 From cdfd8e630f46cd0e56e26dbd8b532e1e7af6c049 Mon Sep 17 00:00:00 2001 From: MaxLastBreath Date: Tue, 22 Oct 2024 23:06:14 +0300 Subject: [PATCH 2/2] Change standard configuration too. --- src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs b/src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs index c9bb45984..b1f1f2052 100644 --- a/src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs +++ b/src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs @@ -1128,7 +1128,7 @@ namespace Ryujinx.UI.Common.Configuration Backend = InputBackendType.WindowKeyboard, Id = "0", PlayerIndex = PlayerIndex.Player1, - ControllerType = ControllerType.JoyconPair, + ControllerType = ControllerType.ProController, LeftJoycon = new LeftJoyconCommonConfig { DpadUp = Key.Up, -- 2.47.1