Homepage Forums RetroPie Project Everything else related to the RetroPie Project Wired Xbox 3060 controller for different Emulators config Reply To: Wired Xbox 3060 controller for different Emulators config

#15856
vivid
Participant

When I got my 360 controller working I found out xboxdrv was actually interfering with the configs in the games so I decided to uninstall it.

I just used the retroarch joystick setup in RetroPie-Setup/RetroPie_Setup.sh then chose option 3 in the first menu and then I believe the option to set the joystick is 8 (I don’t have my Pi on so I don’t know exactly what the option is called) and then I went into the retroarch.cfg file and I was able to set save state,load state, emulator menu, and emulator reset buttons.

The retroarch.cfg file is located in the directory: /opt/retropie/configs/all/

The commands to set the enable hotkey and exit emulator hotkey in the retroarch.cfg are: (you need the enable hotkey because that’s what you press along with the other buttons that do other actions like load state or save state)
input_enable_hotkey_btn = “8″
input_exit_emulator_btn = “9″

The commands to set the save state and load state in the retroarch.cfg are:
input_save_state_btn = “4″
input_load_state_btn = “5″

The numbers are what buttons are pressed on the controller when you set it up in the retroarch joystick setup.

Hopefully this helps a little, let me know if I need to be more clear.