aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAutechre2020-10-23 16:18:41 +0200
committerGitHub2020-10-23 16:18:41 +0200
commit54b375e0d7031d0fae9deb0f7ba815793ae4115e (patch)
treec5641b1fa487cd36994060c8396dc1cbc98f4e17 /Makefile
parentc2bd9caf333bc16ce7ffc68fa54135ebabe3c053 (diff)
parenta903b13150257ec490fe776fb5bc2e1fbc2a312e (diff)
downloadpcsx_rearmed-54b375e0d7031d0fae9deb0f7ba815793ae4115e.tar.gz
pcsx_rearmed-54b375e0d7031d0fae9deb0f7ba815793ae4115e.tar.bz2
pcsx_rearmed-54b375e0d7031d0fae9deb0f7ba815793ae4115e.zip
Merge pull request #464 from justinweiss/peops-threaded-rendering
Allow threaded rendering for peops and enable on unix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d6cb946..993b05e 100644
--- a/Makefile
+++ b/Makefile
@@ -184,10 +184,6 @@ endif
ifeq "$(BUILTIN_GPU)" "unai"
CFLAGS += -DGPU_UNAI
CFLAGS += -DUSE_GPULIB=1
-ifeq "$(THREAD_RENDERING)" "1"
-CFLAGS += -DTHREAD_RENDERING
-OBJS += plugins/gpulib/gpulib_thread_if.o
-endif
#CFLAGS += -DINLINE="static __inline__"
#CFLAGS += -Dasm="__asm__ __volatile__"
OBJS += plugins/gpu_unai/gpulib_if.o
@@ -197,6 +193,10 @@ endif
plugins/gpu_unai/gpulib_if.o: CFLAGS += -DREARMED -O3
CC_LINK = $(CXX)
endif
+ifeq "$(THREAD_RENDERING)" "1"
+CFLAGS += -DTHREAD_RENDERING
+OBJS += plugins/gpulib/gpulib_thread_if.o
+endif
# cdrcimg
OBJS += plugins/cdrcimg/cdrcimg.o