From a8d65325a7e5e60e48c072385524efe0ba811e24 Mon Sep 17 00:00:00 2001 From: sonninnos <45124675+sonninnos@users.noreply.github.com> Date: Thu, 8 May 2025 01:06:34 +0300 Subject: [PATCH] Set default lightgun Start+Select keybinds for port 1 (#17877) --- config.def.keybinds.h | 38 ++++---------------------------------- 1 file changed, 4 insertions(+), 34 deletions(-) diff --git a/config.def.keybinds.h b/config.def.keybinds.h index c83b7059c7..e6190e0db8 100644 --- a/config.def.keybinds.h +++ b/config.def.keybinds.h @@ -661,16 +661,6 @@ static const struct retro_keybind retro_keybinds_1[] = { RARCH_OSK, NO_BTN, NO_BTN, 0, true }, -#if 0 - /* Deprecated */ - { - NULL, NULL, - AXIS_NONE, AXIS_NONE, - MENU_ENUM_LABEL_VALUE_INPUT_META_SEND_DEBUG_INFO, RETROK_UNKNOWN, - RARCH_SEND_DEBUG_INFO, NO_BTN, NO_BTN, 0, - true - }, -#endif #elif defined(DINGUX) { NULL, NULL, @@ -1310,16 +1300,6 @@ static const struct retro_keybind retro_keybinds_1[] = { RARCH_OSK, NO_BTN, NO_BTN, 0, true }, -#if 0 - /* Deprecated */ - { - NULL, NULL, - AXIS_NONE, AXIS_NONE, - MENU_ENUM_LABEL_VALUE_INPUT_META_SEND_DEBUG_INFO, RETROK_UNKNOWN, - RARCH_SEND_DEBUG_INFO, NO_BTN, NO_BTN, 0, - true - }, -#endif #else { NULL, NULL, @@ -1527,15 +1507,15 @@ static const struct retro_keybind retro_keybinds_1[] = { { NULL, NULL, AXIS_NONE, AXIS_NONE, - MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_START, RETROK_UNKNOWN, - RARCH_LIGHTGUN_START, NO_BTN, NO_BTN, 0, + MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_START, RETROK_RETURN, + RARCH_LIGHTGUN_START, RETRO_DEVICE_ID_MOUSE_BUTTON_4, NO_BTN, 0, true }, { NULL, NULL, AXIS_NONE, AXIS_NONE, - MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_SELECT, RETROK_UNKNOWN, - RARCH_LIGHTGUN_SELECT, NO_BTN, NO_BTN, 0, + MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_SELECT, RETROK_RSHIFT, + RARCH_LIGHTGUN_SELECT, RETRO_DEVICE_ID_MOUSE_BUTTON_5, NO_BTN, 0, true }, { @@ -1969,16 +1949,6 @@ static const struct retro_keybind retro_keybinds_1[] = { RARCH_OSK, NO_BTN, NO_BTN, 0, true }, -#if 0 - /* Deprecated */ - { - NULL, NULL, - AXIS_NONE, AXIS_NONE, - MENU_ENUM_LABEL_VALUE_INPUT_META_SEND_DEBUG_INFO, RETROK_UNKNOWN, - RARCH_SEND_DEBUG_INFO, NO_BTN, NO_BTN, 0, - true - }, -#endif #endif };