mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
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.
This commit is contained in:
parent
dc3267f152
commit
e1300e74cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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<Key>
|
||||
{
|
||||
DpadUp = Key.Up,
|
||||
|
|
|
|||
Loading…
Reference in a new issue