LookingGlass/host/platform/Windows/capture
Quantum 1f24ab0742 [host] nvfbc: avoid waking up pointer thread for no reason
If the wait times out, we used to simply restart the loop, which causes
it to check this->stop and exit if set to true. However, nvfbc_stop
already calls lgSignalEvent, which would wake up the pointer thread to
perform the check, so there is no need to set a timeout on the wait.
2021-09-29 17:47:02 +10:00
..
DXGI [host] use correct argument order for calloc 2021-08-16 16:25:59 +10:00
NVFBC [host] nvfbc: avoid waking up pointer thread for no reason 2021-09-29 17:47:02 +10:00
CMakeLists.txt [host] cmake: report capture backends enabled 2021-08-20 21:03:50 +10:00