mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-08 21:33:57 +00:00
[host] dxgi reinit timeout was too short
This commit is contained in:
parent
b2ed80a595
commit
b0f83d7106
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ namespace Capture
|
|||
DXGI needs some time when mode switches occur, failing to do so causes
|
||||
failure to start and exceptions internal to DXGI
|
||||
*/
|
||||
Sleep(200);
|
||||
Sleep(400);
|
||||
return Initialize(m_options);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue