Skip to content

Commit

Permalink
[ADAPTER] Fixup 8bitdo Gbros B & X mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Dec 14, 2022
1 parent ab5fcec commit 8b62484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/adapter/wireless/xbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static const uint32_t gbros_btns_mask[32] = {
0, 0, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0,
BIT(XB1_X), BIT(XB1_B), BIT(XB1_A), BIT(XB1_Y),
BIT(XB1_B), BIT(XB1_X), BIT(XB1_A), BIT(XB1_Y),
BIT(XB1_MENU), 0, 0, 0,
0, 0, BIT(XB1_LB), BIT(XB1_LJ),
0, BIT(XB1_VIEW), BIT(XB1_RB), BIT(XB1_RJ),
Expand Down

0 comments on commit 8b62484

Please sign in to comment.