Add files via upload

This commit is contained in:
alphanu1 2018-03-26 21:14:27 +01:00 committed by GitHub
parent e9ccb86b09
commit 80e295505e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ ifneq ($(findstring Linux,$(OS)),)
LIBS += -lrt
OBJ += input/drivers/linuxraw_input.o \
input/common/linux_common.o \
input/drivers_joypad/linuxraw_joypad.o
input/drivers_joypad/linuxraw_joypad.o \
gfx/video_crt_linux.o
HAVE_UNIX = 1
endif