mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 12:56:42 +02:00
Try to fix problem with Dualsense controller
This commit is contained in:
@@ -48,7 +48,7 @@ if (btnHome) {
|
|||||||
|
|
||||||
if (info.shortcutPressed === 0) {
|
if (info.shortcutPressed === 0) {
|
||||||
const fakeGamepadMappings = [{
|
const fakeGamepadMappings = [{
|
||||||
GamepadIndex: 0,
|
GamepadIndex: currentGamepad.index,
|
||||||
A: 0,
|
A: 0,
|
||||||
B: 0,
|
B: 0,
|
||||||
X: 0,
|
X: 0,
|
||||||
|
Reference in New Issue
Block a user