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: Fix crash when attempting to change MEM2 size #11512

Merged
merged 1 commit into from Jan 30, 2023

Conversation

JosJuice
Copy link
Member

The step size for the slider ended up being 10, but Android wanted it to be a divisor of the slider's range (which is 128 - 64 = 64).

The step size for the slider ended up being 10, but Android wanted it
to be a divisor of the slider's range (which is 128 - 64 = 64).
@t895
Copy link
Contributor

t895 commented Jan 30, 2023

Good catch, LGTM

@AdmiralCurtiss AdmiralCurtiss merged commit 071ee3d into dolphin-emu:master Jan 30, 2023
@JosJuice JosJuice deleted the android-mem2-crash branch January 30, 2023 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants