mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-11 15:59:08 +01:00
Increased timeout for tracking second instance exclusive mode workaround
This commit is contained in:
parent
93acec78aa
commit
c2edbdf946
@ -104,7 +104,7 @@ namespace DS4Windows
|
||||
startInfo.Arguments = "re-enabledevice " + devicePathToInstanceId(hDevice.DevicePath);
|
||||
Process child = Process.Start(startInfo);
|
||||
|
||||
if (!child.WaitForExit(15000))
|
||||
if (!child.WaitForExit(30000))
|
||||
{
|
||||
child.Kill();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user