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

Qt/NetworkWidget: Don't update if not paused. #11790

Merged

Conversation

AdmiralCurtiss
Copy link
Contributor

This is similar to #11623 where the Core state change invoked by the CPUThreadGuard does indirectly cause another Update() call.

I really think we need a better system here -- maybe the state change from the CPUThreadGuard/RunAsCPUThread shouldn't actually send any state change events? But this works around the problem in the meantime...

This is similar to dolphin-emu#11623 where the Core state change invoked by the CPUThreadGuard does indirectly cause another Update() call.
Copy link
Member

@leoetlino leoetlino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems sane as a stopgap

@leoetlino leoetlino merged commit ba150a6 into dolphin-emu:master Apr 25, 2023
14 checks passed
@AdmiralCurtiss AdmiralCurtiss deleted the network-widget-workaround branch April 25, 2023 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants