mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 04:37:02 +00:00
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.
This commit is contained in:
parent
5764d72b0e
commit
c1bcc7cdf5
1 changed files with 2 additions and 2 deletions
|
|
@ -889,7 +889,7 @@ namespace Ryujinx.UI.Common.Configuration
|
||||||
Backend = InputBackendType.WindowKeyboard,
|
Backend = InputBackendType.WindowKeyboard,
|
||||||
Id = "0",
|
Id = "0",
|
||||||
PlayerIndex = PlayerIndex.Player1,
|
PlayerIndex = PlayerIndex.Player1,
|
||||||
ControllerType = ControllerType.JoyconPair,
|
ControllerType = ControllerType.ProController,
|
||||||
LeftJoycon = new LeftJoyconCommonConfig<Key>
|
LeftJoycon = new LeftJoyconCommonConfig<Key>
|
||||||
{
|
{
|
||||||
DpadUp = Key.Up,
|
DpadUp = Key.Up,
|
||||||
|
|
@ -1118,7 +1118,7 @@ namespace Ryujinx.UI.Common.Configuration
|
||||||
Backend = InputBackendType.WindowKeyboard,
|
Backend = InputBackendType.WindowKeyboard,
|
||||||
Id = "0",
|
Id = "0",
|
||||||
PlayerIndex = PlayerIndex.Player1,
|
PlayerIndex = PlayerIndex.Player1,
|
||||||
ControllerType = ControllerType.JoyconPair,
|
ControllerType = ControllerType.ProController,
|
||||||
LeftJoycon = new LeftJoyconCommonConfig<Key>
|
LeftJoycon = new LeftJoyconCommonConfig<Key>
|
||||||
{
|
{
|
||||||
DpadUp = Key.Up,
|
DpadUp = Key.Up,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue