From cdfd8e630f46cd0e56e26dbd8b532e1e7af6c049 Mon Sep 17 00:00:00 2001 From: MaxLastBreath Date: Tue, 22 Oct 2024 23:06:14 +0300 Subject: [PATCH] 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,