mirror of
https://github.com/libretro/smsplus-gx.git
synced 2024-12-03 15:20:41 +00:00
Fix issue with Colecovision buttons as it breaks the assumption made by the code.
This commit is contained in:
parent
7164b74b8d
commit
ea48260831
@ -23,15 +23,15 @@
|
||||
/* Colecovision specific */
|
||||
#define CONFIG_BUTTON_DOLLARS 7
|
||||
#define CONFIG_BUTTON_ASTERISK 8
|
||||
#define CONFIG_BUTTON_ONE 10
|
||||
#define CONFIG_BUTTON_TWO 11
|
||||
#define CONFIG_BUTTON_THREE 12
|
||||
#define CONFIG_BUTTON_FOUR 13
|
||||
#define CONFIG_BUTTON_FIVE 14
|
||||
#define CONFIG_BUTTON_SIX 15
|
||||
#define CONFIG_BUTTON_SEVEN 16
|
||||
#define CONFIG_BUTTON_EIGHT 17
|
||||
#define CONFIG_BUTTON_NINE 18
|
||||
#define CONFIG_BUTTON_ONE 9
|
||||
#define CONFIG_BUTTON_TWO 10
|
||||
#define CONFIG_BUTTON_THREE 11
|
||||
#define CONFIG_BUTTON_FOUR 12
|
||||
#define CONFIG_BUTTON_FIVE 13
|
||||
#define CONFIG_BUTTON_SIX 14
|
||||
#define CONFIG_BUTTON_SEVEN 15
|
||||
#define CONFIG_BUTTON_EIGHT 16
|
||||
#define CONFIG_BUTTON_NINE 17
|
||||
|
||||
typedef struct {
|
||||
char gamename[256];
|
||||
|
Loading…
Reference in New Issue
Block a user