Thank you very much for your reply Floob, that looks like it fixed the hotkeys automatically being used whenever I play again however I still can’t get my controller to exit out back to RetroPi. Everytime I hit select it just pauses the game when I hit select and start it doesn’t do anything and I mimicked your code with my controller. I tried adding the shader inputs too but whenever i typed quote ” to put a number and it put a @. So I don’t know what’s up with that. Thanks again for your help. I don’t know why my select button is acting like a start key.
This is my code for my USB Gamepad
input_device = “USB Gamepad ”
input_driver = “udev”
input_b_btn = “2”
input_y_btn = “3”
input_select_btn = “8”
input_start_btn = “9”
input_up_axis = “-1”
input_down_axis = “+1”
input_left_axis = “-0”
input_right_axis = “+0”
input_a_btn = “1”
input_x_btn = “0”
input_l_btn = “4”
input_r_btn = “5”
input_enable_hotkey_btn = “8”
input_exit_emulator_btn = “9”
input_menu_toggle_btn = “0”
input_load_state_btn = “4”
input_save_state_btn = “5”
input_reset_btn = “2”
input_state_slot_increase_axis = “+0”
input_state_slot_decrease_axis = “-0”