Hi,
I am running Retropie SD Image 3.2.1 on RPI B+. I am having trouble getting the hotkey and the another button which it binds to work at the same time.
eg. I bind the hotkey to the select button. The hot key would work but the select button wouldn’t. If I bind the hotkey to the L1 button, L1 button wouldn’t work but hotkey would work.
Here is my config. Anyone knows what I need to do?
input_device = “ShanWan USB WirelessGamepad ”
input_driver = “udev”
input_x_btn = “0”
input_a_btn = “1”
input_b_btn = “2”
input_y_btn = “3”
input_l2_btn = “4”
input_r2_btn = “5”
input_l_btn = “6”
input_r_btn = “7”
input_select_btn = “8”
input_start_btn = “9”
input_l3_btn = “10”
input_r3_btn = “11”
input_up_axis = “-1”
input_down_axis = “+1”
input_left_axis = “-0”
input_right_axis = “+0”
input_l_y_minus_btn = “-3”
input_l_y_plus_axis = “+2”
input_l_x_minus_axis = “-2”
input_l_x_plus_axis = “+3”
input_state_slot_increase_axis = “+0”
input_state_slot_decrease_axis = “-0”
input_enable_hotkey_btn = “8”
input_exit_emulator_btn = “9”
input_load_state_btn = “4”
input_save_state_btn = “5”
input_state_slot_increase_btn = “7”
input_state_slot_decrease_btn = “6”
input_pause_toggle_btn = “3”
input_reset_btn = “0”
input_menu_toggle_btn = “2”