GBA4iOS icon indicating copy to clipboard operation
GBA4iOS copied to clipboard

Custom fast forward speed option

Open Codein1 opened this issue 2 years ago • 1 comments

I would like to change the fast forward speed and adjust it in the settings view. It should be done by calling the iterateTimes function in EmuView with a non hard coded value. if(unlikely(ffGuiKeyPush || ffGuiTouch)) { iterateTimes(4, i) ... The default value is "4". It would be great if i could change this value in the settings menu :) Thanks

Codein1 avatar Apr 14 '22 13:04 Codein1

Hello,

The original author, Riley Testut, has abandoned this project, and switched to a new project called Delta about 5 years ago, and Delta works much better than GBA4iOS, please check it here: https://github.com/rileytestut/Delta

If you have a Mac, you could adjust the code and build the project by yourself, and install it into your iPhone/iPad.

Please let me know if anything else I could help, thanks!

CocoaBob avatar Apr 14 '22 14:04 CocoaBob