Merge pull request #8742 from Techjar/netplay-usbhost-hang

IOS/USBHost: Skip starting threads when determinism is enabled
This commit is contained in:
JMC47 2020-04-12 23:53:47 -04:00 committed by GitHub
commit 39f107f360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ USBHost::~USBHost() = default;
IPCCommandResult USBHost::Open(const OpenRequest& request) IPCCommandResult USBHost::Open(const OpenRequest& request)
{ {
if (!m_has_initialised) if (!m_has_initialised && !Core::WantsDeterminism())
{ {
StartThreads(); StartThreads();
// Force a device scan to complete, because some games (including Your Shape) only care // Force a device scan to complete, because some games (including Your Shape) only care