mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 05:08:26 +02:00
Palworld: holding LB/RB moves the left joystick instead of right
This commit is contained in:
@@ -75,12 +75,12 @@
|
||||
"axis": [
|
||||
{
|
||||
"input": "axisX",
|
||||
"output": "rightJoystickX",
|
||||
"output": "leftJoystickX",
|
||||
"sensitivity": 20
|
||||
},
|
||||
{
|
||||
"input": "axisY",
|
||||
"output": "rightJoystickY",
|
||||
"output": "leftJoystickY",
|
||||
"sensitivity": 10
|
||||
}
|
||||
],
|
||||
@@ -94,12 +94,12 @@
|
||||
"axis": [
|
||||
{
|
||||
"input": "axisX",
|
||||
"output": "rightJoystickX",
|
||||
"output": "leftJoystickX",
|
||||
"sensitivity": 20
|
||||
},
|
||||
{
|
||||
"input": "axisY",
|
||||
"output": "rightJoystickY",
|
||||
"output": "leftJoystickY",
|
||||
"sensitivity": 10
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user