Trouble exiting games Select-Start not working
-
Ive tried so many things im ready to give up :( need some help. when i hit select and start at the same time it does nothing put pause the same. here is my USB Gamepad file-
[CODE]input_device = "usb gamepad "
input_driver = "udev"
input_r_btn = "5"
input_save_state_btn = "5"
input_start_btn = "9"
input_exit_emulator_btn = "9"
input_l_btn = "4"
input_load_state_btn = "4"
input_up_axis = "-1"
input_a_btn = "1"
input_b_btn = "2"
input_reset_btn = "2"
input_down_axis = "+1"
input_right_axis = "+0"
input_state_slot_increase_axis = "+0"
input_x_btn = "0"
input_menu_toggle_btn = "0"
input_select_btn = "8"
input_enable_hotkey_btn = "8"
input_y_btn = "3"
input_left_axis = "-0"
input_state_slot_decrease_axis = "-0"
input_enable_hotkey_btn="9"
input_exit_emulator_btn="8"ive added the last to lines as i seen this somewhere in the forums. didnt help. All the buttons work as they should but cant exit the games. i have a retrolink snes usb controller PLEASE HELP ME Thanks guys
-
@gusrod1580 you appear to be assigning multiple functions to button 8. What this means is that you might be continually changing the functionality of button 8 causing conflicts. Or I might have read somewhere that there is a hierarchy that the configuration file adheres to depending on the order that it is written but I am unsure. Look at the button 8 assignments. You also have exit assigned to 8 and then 9 which doesn't look right but I am no expert on gamepads.
-
i see what you are saying i added those last two line in an attempt to get it working. it didnt work before i added them as well
-
@gusrod1580 Yes but earlier in the file you are assigning 8 to select and enable hot key as well as exit emulator. So you will get no functionality even if those last lines are removed.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.