We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb35c24 commit f83873eCopy full SHA for f83873e
platform/common/plat_sdl.c
@@ -37,10 +37,10 @@ const struct in_default_bind in_sdl_defbinds[] __attribute__((weak)) = {
37
{ SDLK_d, IN_BINDTYPE_PLAYER12, GBTN_DOWN },
38
{ SDLK_l, IN_BINDTYPE_PLAYER12, GBTN_LEFT },
39
{ 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 },
+ { SDLK_y, IN_BINDTYPE_PLAYER12, GBTN_B },
+ { SDLK_b, IN_BINDTYPE_PLAYER12, GBTN_C },
+ { SDLK_a, IN_BINDTYPE_PLAYER12, GBTN_A },
+ { SDLK_x, IN_BINDTYPE_PLAYER12, GBTN_Y },
44
{ SDLK_m, IN_BINDTYPE_PLAYER12, GBTN_X },
45
{ SDLK_n, IN_BINDTYPE_PLAYER12, GBTN_Z },
46
{ SDLK_s, IN_BINDTYPE_PLAYER12, GBTN_START },
0 commit comments