aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornegativeExponent2019-09-25 10:53:17 +0800
committernegativeExponent2019-09-25 11:08:40 +0800
commita0cffa0ffa785fbaff1c563627d6ce9dc0523287 (patch)
tree8bc93e24802bd2e82bf6acbb58129545f4684b35 /Makefile
parent651892c3a169815448a53d9102afbb4cef8a8bda (diff)
parent030d1121f27550429364745419fc5e6161a2a431 (diff)
downloadpcsx_rearmed-a0cffa0ffa785fbaff1c563627d6ce9dc0523287.tar.gz
pcsx_rearmed-a0cffa0ffa785fbaff1c563627d6ce9dc0523287.tar.bz2
pcsx_rearmed-a0cffa0ffa785fbaff1c563627d6ce9dc0523287.zip
Merge branch 'gpu_unai_plugin_update'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 06e4fcc..b44c1f2 100644
--- a/Makefile
+++ b/Makefile
@@ -150,6 +150,9 @@ OBJS += plugins/dfxvideo/gpulib_if.o
endif
ifeq "$(BUILTIN_GPU)" "unai"
CFLAGS += -DGPU_UNAI
+CFLAGS += -DUSE_GPULIB=1
+#CFLAGS += -DINLINE="static __inline__"
+#CFLAGS += -Dasm="__asm__ __volatile__"
OBJS += plugins/gpu_unai/gpulib_if.o
ifeq "$(ARCH)" "arm"
OBJS += plugins/gpu_unai/gpu_arm.o