changeset 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 5e34369ed6be
children 07aeea6cb068
files nuklear_ui/blastem_nuklear.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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[] = {