Merge pull request #18 from alphanu1/alphanu1-patch-19

Add files via upload
This commit is contained in:
alphanu1 2018-03-26 21:08:01 +01:00 committed by GitHub
commit e9ccb86b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,7 @@ ifneq ($(findstring Linux,$(OS)),)
OBJ += input/drivers/linuxraw_input.o \
input/common/linux_common.o \
input/drivers_joypad/linuxraw_joypad.o
gfx/video_crt_linux.o
HAVE_UNIX = 1
endif
@ -204,6 +205,7 @@ OBJ += frontend/frontend.o \
gfx/video_coord_array.o \
gfx/video_display_server.o \
gfx/video_driver.o \
gfx/video_crt_switch.o \
camera/camera_driver.o \
wifi/wifi_driver.o \
location/location_driver.o \
@ -982,7 +984,7 @@ endif
ifneq ($(findstring Win32,$(OS)),)
OBJ += input/drivers/winraw_input.o \
gfx/video_crt_switch.o
gfx/video_crt_win.o
endif
# Companion UI