Page 1 of 1

PocketPi FE: pressing select during a game turns "fast forward" on/off

Posted: Thu Jun 20, 2019 5:08 am
by Nikosaeder
I use the PocketPiFE image, which is linked on the build guide. When I play games, e.g. NES, and press the Select button, the game gets faster and a yellow "fast forward" text appears at the bottom. Pressing the select button a second time turns "fast forward" off.

How do I fix this?

Re: PocketPi FE: pressing select during a game turns "fast forward" on/off

Posted: Fri Jun 28, 2019 2:22 pm
by Nikosaeder
I found a fix. You have to edit the file:

Code: Select all

/opt/retropie/configs/all/retroarch.cfg
In this file you have to uncomment the following 2 lines and set them to `nul`:

Code: Select all

# 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

Re: PocketPi FE: pressing select during a game turns "fast forward" on/off

Posted: Tue Jul 16, 2019 11:51 am
by Bluup
Thank you, Rodocop had told me of this previously. I'll make sure the new image has this fixed.