[host] switch to fast polling mode, fixes stuttering issues

This commit is contained in:
Geoffrey McRae
2017-12-14 02:22:41 +11:00
parent afff50dfde
commit e379f70784
3 changed files with 21 additions and 28 deletions

View File

@@ -51,7 +51,7 @@ private:
bool m_initialized;
uint8_t * m_memory;
IVSHMEM * m_ivshmem;
HANDLE m_readyEvent;
HANDLE m_timer;
ICapture * m_capture;
KVMFRHeader * m_header;