mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Change standard configuration too.
This commit is contained in:
parent
e1300e74cf
commit
cdfd8e630f
1 changed files with 1 additions and 1 deletions
|
|
@ -1128,7 +1128,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…
Reference in a new issue