Skip to content

Commit a8d6532

Browse files
authored
Set default lightgun Start+Select keybinds for port 1 (#17877)
1 parent 10738f5 commit a8d6532

File tree

1 file changed

+4
-34
lines changed

1 file changed

+4
-34
lines changed

config.def.keybinds.h

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -661,16 +661,6 @@ static const struct retro_keybind retro_keybinds_1[] = {
661661
RARCH_OSK, NO_BTN, NO_BTN, 0,
662662
true
663663
},
664-
#if 0
665-
/* Deprecated */
666-
{
667-
NULL, NULL,
668-
AXIS_NONE, AXIS_NONE,
669-
MENU_ENUM_LABEL_VALUE_INPUT_META_SEND_DEBUG_INFO, RETROK_UNKNOWN,
670-
RARCH_SEND_DEBUG_INFO, NO_BTN, NO_BTN, 0,
671-
true
672-
},
673-
#endif
674664
#elif defined(DINGUX)
675665
{
676666
NULL, NULL,
@@ -1310,16 +1300,6 @@ static const struct retro_keybind retro_keybinds_1[] = {
13101300
RARCH_OSK, NO_BTN, NO_BTN, 0,
13111301
true
13121302
},
1313-
#if 0
1314-
/* Deprecated */
1315-
{
1316-
NULL, NULL,
1317-
AXIS_NONE, AXIS_NONE,
1318-
MENU_ENUM_LABEL_VALUE_INPUT_META_SEND_DEBUG_INFO, RETROK_UNKNOWN,
1319-
RARCH_SEND_DEBUG_INFO, NO_BTN, NO_BTN, 0,
1320-
true
1321-
},
1322-
#endif
13231303
#else
13241304
{
13251305
NULL, NULL,
@@ -1527,15 +1507,15 @@ static const struct retro_keybind retro_keybinds_1[] = {
15271507
{
15281508
NULL, NULL,
15291509
AXIS_NONE, AXIS_NONE,
1530-
MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_START, RETROK_UNKNOWN,
1531-
RARCH_LIGHTGUN_START, NO_BTN, NO_BTN, 0,
1510+
MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_START, RETROK_RETURN,
1511+
RARCH_LIGHTGUN_START, RETRO_DEVICE_ID_MOUSE_BUTTON_4, NO_BTN, 0,
15321512
true
15331513
},
15341514
{
15351515
NULL, NULL,
15361516
AXIS_NONE, AXIS_NONE,
1537-
MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_SELECT, RETROK_UNKNOWN,
1538-
RARCH_LIGHTGUN_SELECT, NO_BTN, NO_BTN, 0,
1517+
MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_SELECT, RETROK_RSHIFT,
1518+
RARCH_LIGHTGUN_SELECT, RETRO_DEVICE_ID_MOUSE_BUTTON_5, NO_BTN, 0,
15391519
true
15401520
},
15411521
{
@@ -1969,16 +1949,6 @@ static const struct retro_keybind retro_keybinds_1[] = {
19691949
RARCH_OSK, NO_BTN, NO_BTN, 0,
19701950
true
19711951
},
1972-
#if 0
1973-
/* Deprecated */
1974-
{
1975-
NULL, NULL,
1976-
AXIS_NONE, AXIS_NONE,
1977-
MENU_ENUM_LABEL_VALUE_INPUT_META_SEND_DEBUG_INFO, RETROK_UNKNOWN,
1978-
RARCH_SEND_DEBUG_INFO, NO_BTN, NO_BTN, 0,
1979-
true
1980-
},
1981-
#endif
19821952
#endif
19831953
};
19841954

0 commit comments

Comments
 (0)