Re-arrange buttons

This commit is contained in:
redphx 2024-12-23 09:31:18 +07:00
parent c0d61a46c6
commit 68d9e7368c
2 changed files with 3 additions and 4 deletions

View File

@ -5415,12 +5415,12 @@ class ControllerCustomizationsManagerDialog extends BaseProfileManagerDialog {
5,
6,
7,
8,
9,
10,
11,
104,
204,
8,
9,
17
];
constructor(title) {

View File

@ -56,11 +56,10 @@ export class ControllerCustomizationsManagerDialog extends BaseProfileManagerDia
GamepadKey.LB, GamepadKey.RB,
GamepadKey.LT, GamepadKey.RT,
GamepadKey.SELECT, GamepadKey.START,
GamepadKey.L3, GamepadKey.R3,
GamepadKey.LS, GamepadKey.RS,
GamepadKey.SELECT, GamepadKey.START,
GamepadKey.SHARE,
];