Homepage Forums RetroPie Project Controller Configuration in RetroPie NeoGeo exit button not working Reply To: NeoGeo exit button not working

#109036
cyborguk
Participant

I have 2 controllers yes.

In my /opt/retropie/configs/all/retroarch-joypads/DragonRiseInc.GenericUSBJoystick.cfg

I have:

input_device = “DragonRise Inc. Generic USB Joystick ”
input_driver = “udev”
input_start_btn = “3”
input_exit_emulator_btn = “3”
input_up_axis = “-1”
input_a_btn = “0”
input_b_btn = “1”
input_reset_btn = “1”
input_down_axis = “+1”
input_right_axis = “+0”
input_state_slot_increase_axis = “+0”
input_x_btn = “5”
input_menu_toggle_btn = “5”
input_select_btn = “4”
input_enable_hotkey_btn = “4”
input_y_btn = “2”
input_left_axis = “-0”
input_state_slot_decrease_axis = “-0”

If I add:

input_player1_select_btn = “7”
input_player1_start_btn = “6”
input_player2_select_btn = “7”
input_player2_start_btn = “6”
input_exit_emulator = “8”
input_exit_emulator_btn = “8”

Go into the Megadrive emulator those buttons no longer work.

The quit button from the Megadrive emulator back to ES has never worked. If I add the above to /opt/retropie/configs/megadrive/retroarch.cfg the select buttons work fine again for both players, quit doesn’t work still.