Another noob here – I’ve been trying for several hours to sort this but I can’t figure it out.
I installed 2.6 to an SD Card for a new Pi 2 yesterday. I have a SNES style USB controller that I’ve successfully configured with Retroarch. It works fine in NES games, but I’m having issues with SNES games – works in menus but doesn’t in gameplay.
The main problem I’ve having is configuring the Select + Start exit key to save/quite the game and go back to EmulationStation.
From various threads/google, I’m supposed to update the retroarch.cfg file OR the USB,2axis8-buttongamepad.cfg file. I’ve added
input_enable_hotkey_btn = “8”
input_exit_emulator_btn = “9”
To the USB cfg file in
/opt/retropie/emulators/retroarch/configs
and the retroarch.cfg files in
/opt/retropie/configs/all and /opt/retropie/emulators/retroarch
But it still doesn’t work.
Am I doing this correctly? Is there something different with 2.6 – most of the answers I’ve found online were for 2.3. Is this still the correct method and which file is the correct one?