You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: