mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-22 12:40:11 +00:00
[c-host] dxgi: reworked for better pipelining
This commit is contained in:
@@ -97,11 +97,7 @@ static int frameThread(void * opaque)
|
||||
|
||||
// wait for the client to finish with the previous frame
|
||||
while(fi->flags & KVMFR_FRAME_FLAG_UPDATE && app.running)
|
||||
{
|
||||
DEBUG_WARN("Waiting for the client");
|
||||
// this generally never happens
|
||||
usleep(1000);
|
||||
}
|
||||
|
||||
switch(frame.format)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user