From a702d29f2294fdb5603c03abbc7ff9d99dc09705 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Fri, 24 May 2024 20:10:23 +0700 Subject: [PATCH] Try to fix problem with Dualsense controller --- src/modules/patches/controller-shortcuts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/patches/controller-shortcuts.js b/src/modules/patches/controller-shortcuts.js index f030e0a..03dc14a 100644 --- a/src/modules/patches/controller-shortcuts.js +++ b/src/modules/patches/controller-shortcuts.js @@ -48,7 +48,7 @@ if (btnHome) { if (info.shortcutPressed === 0) { const fakeGamepadMappings = [{ - GamepadIndex: 0, + GamepadIndex: currentGamepad.index, A: 0, B: 0, X: 0,