Fix inverted key buttons in the SDL menu, fixes #401

This commit is contained in:
Lior Halphon 2021-10-09 15:27:18 +03:00
parent 191f7cee02
commit 004b004f98
1 changed files with 1 additions and 1 deletions

View File

@ -49,8 +49,8 @@ extern unsigned command_parameter;
extern char *dropped_state_file;
typedef enum {
JOYPAD_BUTTON_LEFT,
JOYPAD_BUTTON_RIGHT,
JOYPAD_BUTTON_LEFT,
JOYPAD_BUTTON_UP,
JOYPAD_BUTTON_DOWN,
JOYPAD_BUTTON_A,