mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-20 07:51:28 +02:00
Fix inverted key buttons in the SDL menu, fixes #401
This commit is contained in:
@@ -49,8 +49,8 @@ extern unsigned command_parameter;
|
|||||||
extern char *dropped_state_file;
|
extern char *dropped_state_file;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
JOYPAD_BUTTON_LEFT,
|
|
||||||
JOYPAD_BUTTON_RIGHT,
|
JOYPAD_BUTTON_RIGHT,
|
||||||
|
JOYPAD_BUTTON_LEFT,
|
||||||
JOYPAD_BUTTON_UP,
|
JOYPAD_BUTTON_UP,
|
||||||
JOYPAD_BUTTON_DOWN,
|
JOYPAD_BUTTON_DOWN,
|
||||||
JOYPAD_BUTTON_A,
|
JOYPAD_BUTTON_A,
|
||||||
|
Reference in New Issue
Block a user