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

IOS/USBHost: Skip starting threads when determinism is enabled #8742

Merged
merged 1 commit into from Apr 13, 2020

Conversation

Techjar
Copy link
Contributor

@Techjar Techjar commented Apr 13, 2020

The threads can't actually be started when determinism is enabled, as the behavior would not be deterministic, but Open() still tries to start the threads and wait, resulting in a deadlock when booting certain games and homebrew in NetPlay.

The threads can't actually be started when determinism is enabled, as
the behavior would not be deterministic, but Open() still tries to
start the threads and wait, resulting in a deadlock when booting
certain games and homebrew in NetPlay.
@JMC47
Copy link
Contributor

JMC47 commented Apr 13, 2020

Fixes Netplay in Certain Wii Titles and Homebrew.

@JMC47 JMC47 merged commit 39f107f into dolphin-emu:master Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants