X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=993b05e155a8ed08f805b3a666620e313ab64a1c;hb=a903b13150257ec490fe776fb5bc2e1fbc2a312e;hp=1496f4eeadd558a1354b7e378f0f738f15c2cdee;hpb=6b02f240d929ffa0cb488bc6bb4d27b023e1a822;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index 1496f4ee..993b05e1 100644 --- a/Makefile +++ b/Makefile @@ -193,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