Skip to content

Commit f83873e

Browse files
committed
add new button mapping
Signed-off-by: Vincent-FK <[email protected]>
1 parent eb35c24 commit f83873e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platform/common/plat_sdl.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ const struct in_default_bind in_sdl_defbinds[] __attribute__((weak)) = {
3737
{ SDLK_d, IN_BINDTYPE_PLAYER12, GBTN_DOWN },
3838
{ SDLK_l, IN_BINDTYPE_PLAYER12, GBTN_LEFT },
3939
{ SDLK_r, IN_BINDTYPE_PLAYER12, GBTN_RIGHT },
40-
{ SDLK_x, IN_BINDTYPE_PLAYER12, GBTN_B },
41-
{ SDLK_a, IN_BINDTYPE_PLAYER12, GBTN_C },
42-
{ SDLK_b, IN_BINDTYPE_PLAYER12, GBTN_A },
43-
{ SDLK_y, IN_BINDTYPE_PLAYER12, GBTN_Y },
40+
{ SDLK_y, IN_BINDTYPE_PLAYER12, GBTN_B },
41+
{ SDLK_b, IN_BINDTYPE_PLAYER12, GBTN_C },
42+
{ SDLK_a, IN_BINDTYPE_PLAYER12, GBTN_A },
43+
{ SDLK_x, IN_BINDTYPE_PLAYER12, GBTN_Y },
4444
{ SDLK_m, IN_BINDTYPE_PLAYER12, GBTN_X },
4545
{ SDLK_n, IN_BINDTYPE_PLAYER12, GBTN_Z },
4646
{ SDLK_s, IN_BINDTYPE_PLAYER12, GBTN_START },

0 commit comments

Comments
 (0)