Hi everyone, so I have my USB NES and SNES controllers setup and working properly. I wanted to be able to exit the emulator with select + start so I added this to my retroarch.cfg:
input_enable_hotkey_btn = 6
input_exit_emulator_btn = 7
…and that works perfectly with my SNES controller. Pressing select and start will exit the emulator as expected. It doesn’t work for my NES controller though. Looking at the config file for that controller select is 8 and start is 9. Is there any way I can setup my .cfg files so that the select+start to exit emulation works correctly for both of my controllers?
Thanks in advance for any help.