From 2ed38a8481a4f27f8ee047b4e877e6ff91420f33 Mon Sep 17 00:00:00 2001 From: alphanu1 <37101891+alphanu1@users.noreply.github.com> Date: Mon, 26 Mar 2018 21:07:22 +0100 Subject: [PATCH] Add files via upload Includes Linux place holder --- Makefile.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index d2569c9ab5..16965ec9e2 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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