aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2012-11-18 00:31:30 +0200
committernotaz2012-11-18 01:40:00 +0200
commitc9099d020a1e523d97541f426f7d44da1392526f (patch)
tree10ff6a0e5cad146d8e139530e5bc7be197d6ae65 /Makefile
parenta83762012066e4799394f63d08a161a45f982ab6 (diff)
downloadpcsx_rearmed-c9099d020a1e523d97541f426f7d44da1392526f.tar.gz
pcsx_rearmed-c9099d020a1e523d97541f426f7d44da1392526f.tar.bz2
pcsx_rearmed-c9099d020a1e523d97541f426f7d44da1392526f.zip
frontend: overlay improvements
work directly on psx vram
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2e67178..a7d61d9 100644
--- a/Makefile
+++ b/Makefile
@@ -99,10 +99,9 @@ endif
# builtin gpu
OBJS += plugins/gpulib/gpu.o plugins/gpulib/vout_pl.o
+OBJS += plugins/gpulib/cspace.o
ifeq "$(HAVE_NEON)" "1"
OBJS += plugins/gpulib/cspace_neon.o
-else
-OBJS += plugins/gpulib/cspace.o
endif
ifeq "$(BUILTIN_GPU)" "neon"
OBJS += plugins/gpu_neon/psx_gpu_if.o plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.o