[c-host] dxgi: reworked for better pipelining

This commit is contained in:
Geoffrey McRae
2019-03-04 16:56:45 +11:00
parent 935eb0651d
commit 8120913acb
4 changed files with 140 additions and 74 deletions

View File

@@ -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)
{