From cea6b17391617428db567414b47cfb0eb16370d5 Mon Sep 17 00:00:00 2001 From: markwkidd Date: Thu, 20 May 2021 22:50:49 -0400 Subject: [PATCH] bind trigger to first mouse button by default --- config.def.keybinds.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.def.keybinds.h b/config.def.keybinds.h index cc7798ab38..92609a9aae 100644 --- a/config.def.keybinds.h +++ b/config.def.keybinds.h @@ -195,7 +195,7 @@ static const struct retro_keybind retro_keybinds_1[] = { NULL, NULL, AXIS_NONE, AXIS_NONE, AXIS_NONE, MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_TRIGGER, RETROK_UNKNOWN, - RARCH_LIGHTGUN_TRIGGER, NO_BTN, NO_BTN, 0, + RARCH_LIGHTGUN_TRIGGER, RETRO_DEVICE_ID_MOUSE_LEFT, NO_BTN, 0, true }, { @@ -750,7 +750,7 @@ static const struct retro_keybind retro_keybinds_1[] = { NULL, NULL, AXIS_NONE, AXIS_NONE, AXIS_NONE, MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_TRIGGER, RETROK_UNKNOWN, - RARCH_LIGHTGUN_TRIGGER, NO_BTN, NO_BTN, 0, + RARCH_LIGHTGUN_TRIGGER, RETRO_DEVICE_ID_MOUSE_LEFT, NO_BTN, 0, true }, { @@ -1304,7 +1304,7 @@ static const struct retro_keybind retro_keybinds_1[] = { NULL, NULL, AXIS_NONE, AXIS_NONE, AXIS_NONE, MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_TRIGGER, RETROK_UNKNOWN, - RARCH_LIGHTGUN_TRIGGER, NO_BTN, NO_BTN, 0, + RARCH_LIGHTGUN_TRIGGER, RETRO_DEVICE_ID_MOUSE_LEFT, NO_BTN, 0, true }, { @@ -1872,7 +1872,7 @@ static const struct retro_keybind retro_keybinds_rest[] = { NULL, NULL, AXIS_NONE, AXIS_NONE, AXIS_NONE, MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_TRIGGER, RETROK_UNKNOWN, - RARCH_LIGHTGUN_TRIGGER, NO_BTN, NO_BTN, 0, + RARCH_LIGHTGUN_TRIGGER, RETRO_DEVICE_ID_MOUSE_LEFT, NO_BTN, 0, true }, {