aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/Makefile
diff options
context:
space:
mode:
authornotaz2011-12-20 23:56:35 +0200
committernotaz2011-12-21 23:24:59 +0200
commit90ca49139cdc64ab374f2e763cb4c28fffd0a7b8 (patch)
tree12ebda2efd6a0420cc73324478f69d78e74e628a /plugins/gpu_neon/Makefile
parent85e76515640941eccafc0ed086d7bbf5a8fe0400 (diff)
downloadpcsx_rearmed-90ca49139cdc64ab374f2e763cb4c28fffd0a7b8.tar.gz
pcsx_rearmed-90ca49139cdc64ab374f2e763cb4c28fffd0a7b8.tar.bz2
pcsx_rearmed-90ca49139cdc64ab374f2e763cb4c28fffd0a7b8.zip
gpu_neon: integrate Exophase's rasterizer
Diffstat (limited to 'plugins/gpu_neon/Makefile')
-rw-r--r--plugins/gpu_neon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gpu_neon/Makefile b/plugins/gpu_neon/Makefile
index 66a2bd5..419558f 100644
--- a/plugins/gpu_neon/Makefile
+++ b/plugins/gpu_neon/Makefile
@@ -37,8 +37,8 @@ ifeq "$(HAVE_NEON)" "1"
TARGETS += gpu_neon.$(EXT)
endif
-gpu_neon.$(EXT): SRC += psx_gpu_if.c
-gpu_neon.$(EXT): CFLAGS += -fno-strict-aliasing
+gpu_neon.$(EXT): SRC += psx_gpu_if.c psx_gpu/psx_gpu_arm_neon.S
+gpu_neon.$(EXT): CFLAGS += -DNEON_BUILD -DTEXTURE_CACHE_4BPP -DTEXTURE_CACHE_8BPP
gpu_peops.$(EXT): SRC += peops_if.c
gpu_peops.$(EXT): CFLAGS += -fno-strict-aliasing
gpu_unai.$(EXT): SRC += unai_if.cpp ../gpu_unai/gpu_arm.s