From 4d1ebaf9ba0accd7df7d6944b888c7a25966ca89 Mon Sep 17 00:00:00 2001 From: MaxLastBreath <136052075+MaxLastBreath@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:56:58 +0300 Subject: [PATCH] Ava UI : Set the Default Controller to Pro Controller. (#37) * 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. * Change standard configuration too. --- src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs b/src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs index 3c3bc458c..b1f1f2052 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, @@ -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,