mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-25 10:41:49 +01:00
fixed 6-buttons gamepad keys configuration
This commit is contained in:
parent
e2a4ba1b2a
commit
a9de2b70d1
@ -43,10 +43,10 @@ u8 ConfigRequested = 0;
|
|||||||
#define KEY_BUTTONB 1
|
#define KEY_BUTTONB 1
|
||||||
#define KEY_BUTTONC 2
|
#define KEY_BUTTONC 2
|
||||||
#define KEY_START 3
|
#define KEY_START 3
|
||||||
#define KEY_BUTTONX 5 /* 6-buttons only */
|
#define KEY_BUTTONX 4 /* 6-buttons only */
|
||||||
#define KEY_BUTTONY 6 /* 6-buttons only */
|
#define KEY_BUTTONY 5 /* 6-buttons only */
|
||||||
#define KEY_BUTTONZ 7 /* 6-buttons only */
|
#define KEY_BUTTONZ 6 /* 6-buttons only */
|
||||||
#define KEY_MODE 8 /* 6-buttons only */
|
#define KEY_MODE 7 /* 6-buttons only */
|
||||||
|
|
||||||
static const char *keys_name[MAX_KEYS] =
|
static const char *keys_name[MAX_KEYS] =
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user