Skip to content

Commit

Permalink
Ava UI : Set the Default Controller to Pro Controller. (Ryubing#37)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
MaxLastBreath authored Oct 23, 2024
1 parent dc3267f commit 4d1ebaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ public void LoadDefault()
Backend = InputBackendType.WindowKeyboard,
Id = "0",
PlayerIndex = PlayerIndex.Player1,
ControllerType = ControllerType.JoyconPair,
ControllerType = ControllerType.ProController,
LeftJoycon = new LeftJoyconCommonConfig<Key>
{
DpadUp = Key.Up,
Expand Down Expand Up @@ -1128,7 +1128,7 @@ public void Load(ConfigurationFileFormat configurationFileFormat, string configu
Backend = InputBackendType.WindowKeyboard,
Id = "0",
PlayerIndex = PlayerIndex.Player1,
ControllerType = ControllerType.JoyconPair,
ControllerType = ControllerType.ProController,
LeftJoycon = new LeftJoyconCommonConfig<Key>
{
DpadUp = Key.Up,
Expand Down

0 comments on commit 4d1ebaf

Please sign in to comment.