mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 23:07:18 +00:00
[client] add short delay to improve initial startup
This commit is contained in:
parent
3b47a4113f
commit
240d0ff263
@ -1461,6 +1461,10 @@ static int lg_run()
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* this short timeout is to allow the LGMP host to update the timestamp before
|
||||||
|
* we start checking for a valid session */
|
||||||
|
SDL_WaitEventTimeout(NULL, 200);
|
||||||
|
|
||||||
uint32_t udataSize;
|
uint32_t udataSize;
|
||||||
KVMFR *udata;
|
KVMFR *udata;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user