Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit 8b62484

Browse files
committed
[ADAPTER] Fixup 8bitdo Gbros B & X mapping
1 parent ab5fcec commit 8b62484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main/adapter/wireless/xbox.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ static const uint32_t gbros_btns_mask[32] = {
170170
0, 0, 0, 0,
171171
0, 0, 0, 0,
172172
0, 0, 0, 0,
173-
BIT(XB1_X), BIT(XB1_B), BIT(XB1_A), BIT(XB1_Y),
173+
BIT(XB1_B), BIT(XB1_X), BIT(XB1_A), BIT(XB1_Y),
174174
BIT(XB1_MENU), 0, 0, 0,
175175
0, 0, BIT(XB1_LB), BIT(XB1_LJ),
176176
0, BIT(XB1_VIEW), BIT(XB1_RB), BIT(XB1_RJ),

0 commit comments

Comments
 (0)