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

Android: Set each slider step size manually #11517

Merged
merged 1 commit into from Jan 30, 2023

Conversation

t895
Copy link
Contributor

@t895 t895 commented Jan 30, 2023

This reverts part of #11413 where we tried to calculate the appropriate slider step size based on the given range. This turned out to be inappropriate because there can be settings like Emulated CPU Clock Speed % that go up to 400%. Users would like to have the ability to change that by a step size of 1. Seeing as we could get caught in a cycle of constantly adjusting section of a slider that can be stepped by 1, changing the step for each slider individually seemed like a better solution.

@JosJuice JosJuice merged commit 65c782b into dolphin-emu:master Jan 30, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants