GBA4iOS
GBA4iOS copied to clipboard
Custom fast forward speed option
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
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!