Mercurial > repos > blastem
diff nuklear_ui/blastem_nuklear.c @ 2310:b0ec82a59472
Fix analog stick directions being messed up in controller binding UI
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 29 Mar 2023 22:11:03 -0700 |
parents | b7768c58f0da |
children | 07aeea6cb068 |
line wrap: on
line diff
--- a/nuklear_ui/blastem_nuklear.c Mon Mar 27 21:55:22 2023 -0700 +++ b/nuklear_ui/blastem_nuklear.c Wed Mar 29 22:11:03 2023 -0700 @@ -584,7 +584,7 @@ #define LEFTSTICK 0x10000000 #define RIGHTSTICK 0x20000000 enum { - UP,DOWN,RIGHT,LEFT,NUM_AXIS_DIRS + DOWN, UP,RIGHT,LEFT,NUM_AXIS_DIRS }; static char * config_ps_names[] = {