Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing speed control options #3

Closed
adespoton opened this issue May 30, 2016 · 2 comments
Closed

Add missing speed control options #3

adespoton opened this issue May 30, 2016 · 2 comments

Comments

@adespoton
Copy link

adespoton commented May 30, 2016

Missing options are:
16x, 32x, all-out

[edit] also, Stopped toggle (pause), run in background toggle, and autoslow.

@zydeco
Copy link
Owner

zydeco commented Jun 3, 2016

I didn't add the faster speed options because setting the speed faster than something your device can handle will lock up the UI, since everything is run on the main thread, so you can't turn it back without force quitting the app. The same thing happens on the OSX version too (notable when running FPU-heavy things on the Mac II), so I guess it's fine to add, since the speed value doesn't persist across relaunches.

@adespoton
Copy link
Author

I noticed it looks like you have autoslow hardcoded to enabled. Is stopped toggle or background dependent on how iOS handles the main thread?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants