mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-13 01:38:20 +00:00
[host] dxgi reinit timeout was too short
This commit is contained in:
parent
b2ed80a595
commit
b0f83d7106
@ -46,7 +46,7 @@ namespace Capture
|
|||||||
DXGI needs some time when mode switches occur, failing to do so causes
|
DXGI needs some time when mode switches occur, failing to do so causes
|
||||||
failure to start and exceptions internal to DXGI
|
failure to start and exceptions internal to DXGI
|
||||||
*/
|
*/
|
||||||
Sleep(200);
|
Sleep(400);
|
||||||
return Initialize(m_options);
|
return Initialize(m_options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user