Skip to content

Instantly share code, notes, and snippets.

@raspberrypisig
Created June 20, 2021 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raspberrypisig/10605b5259dca3241cb5514f34e662db to your computer and use it in GitHub Desktop.
Save raspberrypisig/10605b5259dca3241cb5514f34e662db to your computer and use it in GitHub Desktop.
https://retropie.org.uk/forum/topic/20151/fastforward-and-slowmotion-can-t-be-removed-once-hotkey-is-set-to-nul/3
That's the default keyboard FF (space) mapping for RetroArch. You should modify the global retroarch.cfg and specifically disable them with
# Toggles between fast-forwarding and normal speed.
input_toggle_fast_forward = nul
# Hold for fast-forward. Releasing button disables fast-forward.
input_hold_fast_forward = nul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment