Merge pull request #8742 from Techjar/netplay-usbhost-hang
IOS/USBHost: Skip starting threads when determinism is enabled
This commit is contained in:
commit
39f107f360
|
@ -35,7 +35,7 @@ USBHost::~USBHost() = default;
|
|||
|
||||
IPCCommandResult USBHost::Open(const OpenRequest& request)
|
||||
{
|
||||
if (!m_has_initialised)
|
||||
if (!m_has_initialised && !Core::WantsDeterminism())
|
||||
{
|
||||
StartThreads();
|
||||
// Force a device scan to complete, because some games (including Your Shape) only care
|
||||
|
|
Loading…
Reference in New Issue