From 29813fbaf29914e7033333418a9ed982a3b8668a Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 25 May 2024 18:55:44 +0700 Subject: [PATCH] Update better-xcloud.user.js --- dist/better-xcloud.user.js | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/dist/better-xcloud.user.js b/dist/better-xcloud.user.js index a62c1b4..5a8dd7e 100644 --- a/dist/better-xcloud.user.js +++ b/dist/better-xcloud.user.js @@ -3473,20 +3473,22 @@ class ControllerShortcut { static renderSettings() { ControllerShortcut.#ACTIONS = JSON.parse(window.localStorage.getItem(ControllerShortcut.#STORAGE_KEY) || "{}"); const buttons = { + [GamepadKey.Y]: PrompFont.Y, [GamepadKey.A]: PrompFont.A, [GamepadKey.B]: PrompFont.B, [GamepadKey.X]: PrompFont.X, - [GamepadKey.Y]: PrompFont.Y, + [GamepadKey.UP]: PrompFont.UP, + [GamepadKey.DOWN]: PrompFont.DOWN, + [GamepadKey.LEFT]: PrompFont.LEFT, + [GamepadKey.RIGHT]: PrompFont.RIGHT, + [GamepadKey.SELECT]: PrompFont.SELECT, + [GamepadKey.START]: PrompFont.START, [GamepadKey.LB]: PrompFont.LB, [GamepadKey.RB]: PrompFont.RB, [GamepadKey.LT]: PrompFont.LT, [GamepadKey.RT]: PrompFont.RT, - [GamepadKey.SELECT]: PrompFont.SELECT, - [GamepadKey.START]: PrompFont.START, - [GamepadKey.UP]: PrompFont.UP, - [GamepadKey.DOWN]: PrompFont.DOWN, - [GamepadKey.LEFT]: PrompFont.LEFT, - [GamepadKey.RIGHT]: PrompFont.RIGHT + [GamepadKey.L3]: PrompFont.L3, + [GamepadKey.R3]: PrompFont.R3 }; const actions = { [t("device")]: AppInterface && {