mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-19 00:12:20 +00:00
[client] added 1ms delay loop for incoming polling support
This commit is contained in:
@@ -34,6 +34,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#include <GL/glu.h>
|
||||
|
||||
#include "debug.h"
|
||||
#include "delay.h"
|
||||
#include "memcpySSE.h"
|
||||
#include "KVMFR.h"
|
||||
#include "ivshmem/ivshmem.h"
|
||||
@@ -641,6 +642,8 @@ int run()
|
||||
state.scaleX = 1.0f;
|
||||
state.scaleY = 1.0f;
|
||||
|
||||
delay_calibrate();
|
||||
|
||||
if (SDL_Init(SDL_INIT_VIDEO) < 0)
|
||||
{
|
||||
DEBUG_ERROR("SDL_Init Failed");
|
||||
|
||||
Reference in New Issue
Block a user