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,