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 TAS widgets not updating with enable controller input #11649

Conversation

Pokechu22
Copy link
Contributor

This regressed in 0300b44. Specifically, the sliders and the stick/IR widgets did not update, but the spin boxes did update.

This was based on @JosJuice's suggestion. It doesn't seem to cause any infinite loops of widgets updating the spin boxes updating widgets. For what it's worth #8268 had an infinite loop at some point which I solved using my own ReentranceBlocker that allows 2 levels of recursion, but there was more complication there with 4 sliders and a total weight value compared to just x and y values.

This regressed in 0300b44. Specifically, the sliders and the stick/IR widgets did not update, but the spin boxes did update.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants