diff options
author | notaz | 2012-11-18 00:31:30 +0200 |
---|---|---|
committer | notaz | 2012-11-18 01:40:00 +0200 |
commit | c9099d020a1e523d97541f426f7d44da1392526f (patch) | |
tree | 10ff6a0e5cad146d8e139530e5bc7be197d6ae65 /Makefile | |
parent | a83762012066e4799394f63d08a161a45f982ab6 (diff) | |
download | pcsx_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-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |