removed timer implementation, replaced with thread and nanosleep to drive frame rate

This commit is contained in:
Bob Polis
2020-10-26 20:51:31 +01:00
parent 0a41b25368
commit 6b302374a9
2 changed files with 26 additions and 30 deletions

View File

@ -27,7 +27,7 @@ else
CXXFLAGS += -D NDEBUG -O3
endif
LDLIBS := -lm -lpthread -lscgui -lSDL2 -lcairo -lscerror -lrt
LDLIBS := -lm -lpthread -lscgui -lSDL2 -lcairo -lscerror
.PHONY: all clean install