From 3a00e0af751a4ff4727f43cc3726bce492379873 Mon Sep 17 00:00:00 2001 From: sezero Date: Sat, 18 Aug 2018 12:30:50 +0300 Subject: [PATCH] glide2x, sst1, makefile.linux: gxdraw.c is needed even with USE_X86=1. --- glide2x/sst1/glide/src/makefile.linux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glide2x/sst1/glide/src/makefile.linux b/glide2x/sst1/glide/src/makefile.linux index bada710..93fbe1d 100644 --- a/glide2x/sst1/glide/src/makefile.linux +++ b/glide2x/sst1/glide/src/makefile.linux @@ -167,6 +167,9 @@ GLIDE_OBJECTS = \ gtex.o \ gtexdl.o \ gutex.o \ + gxdraw.o + +GLIDE_OBJECTS += \ cpuid.o ifeq ($(USE_X86),1) @@ -177,9 +180,6 @@ else GLIDE_OBJECTS += \ xdraw96.o endif -else -GLIDE_OBJECTS += \ - gxdraw.o endif ifeq ($(FX_GLIDE_HW),sst96)