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

DolphinQt: Fix decrease emulation speed hotkey rollover #12207

Conversation

malleoz
Copy link
Contributor

@malleoz malleoz commented Sep 28, 2023

Current behavior of the Decrease Emulation Speed hotkey results in an unintended resetting of speed. Pressing the hotkey allows speed to go from 100% to 90% all the way to 10%. A subsequent press of the hotkey will then cause a rollover back to 100% speed. Subsequent presses will bring speed down to 10% again, repeating the cycle. This does not match the behavior prior to the Qt migration, and I personally don't think it should act this way!

@AdmiralCurtiss
Copy link
Contributor

Mhm, yeah not sure why it is this way, I agree that it sticking at the low value if you try to decrease at the lowest makes more sense.

@AdmiralCurtiss AdmiralCurtiss merged commit a310b32 into dolphin-emu:master Sep 28, 2023
11 checks passed
@malleoz malleoz deleted the decrease_emulation_speed_rollover_fix branch September 30, 2023 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants