[c-host] dxgi: only flag frame updates if there was actually an update

This commit is contained in:
Geoffrey McRae
2019-03-04 10:17:19 +11:00
parent 8df850023c
commit 942c417cbb
2 changed files with 15 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ OUTPUT = looking-glass-host
EXT =
CFLAGS = -std=gnu99 -Wall -Werror
CFLAGS += -g -O0
CFLAGS += -g -O3
CFLAGS += -I.
CFLAGS += -I../common