mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] dxgi: corrected timeout alteration left behind from debugging
This commit is contained in:
@@ -297,7 +297,7 @@ GrabStatus DXGI::GrabFrame(FrameInfo & frame)
|
||||
}
|
||||
}
|
||||
|
||||
status = m_dup->AcquireNextFrame(10000, &frameInfo, &res);
|
||||
status = m_dup->AcquireNextFrame(1000, &frameInfo, &res);
|
||||
if (status == DXGI_ERROR_WAIT_TIMEOUT)
|
||||
{
|
||||
if (!m_surfaceMapped)
|
||||
|
Reference in New Issue
Block a user