Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Save states not working usb snes controllers › Reply To: Save states not working usb snes controllers
Okay so this didn’t work /home/pi/RetroPie/emulators/RetroArch/configs/USBGamepad.cfg
but this did
/opt/retropie/emulators/RetroArch/configs/USBGamepad.cfg
and inside it is.
input_device = “USB Gamepad ”
input_driver = “udev”
input_b_btn = “2”
input_y_btn = “3”
input_select_btn = “9”
input_start_btn = “8”
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”
Added this at the bottom like you said.
input_save_state_btn = “5”
input_load_state_btn = “4”
but nothing. Does something come up on the screen when save state is successful?