[client] added 1ms delay loop for incoming polling support

This commit is contained in:
Geoffrey McRae
2017-12-06 17:33:52 +11:00
parent c26842cb60
commit a1f574ff2f
4 changed files with 96 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ BUILD ?= .build
BIN ?= bin
OBJS = main.o \
delay.o \
spice/spice.o \
ivshmem/ivshmem.o \
renderers/basic.o \