Hey there,
My SNES USB controllers will not exit with the hotkey+start.
I’ve run through the retroarch_setup.sh and registered this device and it’s configuration. All of the key mapping works properly in every emulator but the exiting hotkey does not work.
I’m pretty familiar with this but I normally use GPIO setup.
In my retroarch.cfg file, if I add the following:
input_enable_hotkey_btn = “8”
input_exit_emulator_btn = “9”
even thought the keymapping is correct, it is causing a conflict. Instead when I’m in a game (NES, Genesis, SNES, PSX, everything except PiFBA), pressing the “X” button on my gamepad will exit the emulator (this is button “0”)
Retroarch registeres the device as “2Axes11KeysGamePad.cfg”
I need to figure this out asap because it’s a customer’s unit.
Please help!