#92103
spy64
Participant

ok, so all
/opt/retropie/configs/snes/retroarch.cfg
contained was


# All settings made here will override the global settings for the current emul$

video_shader = /opt/retropie/emulators/retroarch/shader/snes_phosphor.glslp
video_shader_enable = false
video_smooth = false

and all i found in
/opt/retropie/emulators/retroarch/configs/USB_Gamepad.cfg
was


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"

which, aside from missing some buttons and having different hotkeys mapped doesnt seem to have anything in there that looks like the symptoms I’m expirencing.

None of the other config file names in this directory looked like it would be related to my controller.

where is the retropi-setup script located so I can give it a go?

Also, I thought my controller config and my hotkeys were supposed to be in
/opt/retropie/configs/all/retroarch.cfg
so if your saying I shouldnt have those settings there, then I should remove them from the file, yes?