Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Exit 'button' on SNES / NES Emulators… › Reply To: Exit 'button' on SNES / NES Emulators…
03/29/2015 at 12:45
#93031
Participant
Sorted !
Found an old post by petrockblock. To resolve I removed the hotkey option from my retroarch.cfg under NES and added the line to enable keyboard escape as below …
#input_enable_hotkey_btn = “8”
#input_exit_emulator_btn = “9”
input_exit_emulator = escape
Works like a charm :o)