aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/Makefile
diff options
context:
space:
mode:
authornotaz2011-07-25 18:25:46 +0300
committernotaz2011-08-13 00:57:33 +0300
commitdeb18d24e522ab1d9860ffa5730559e3e6a6aa5d (patch)
treec76c812e1994e5734d01cad9231b1f9dc2450ed2 /plugins/gpu_neon/Makefile
parent6e9bdaef8c8387cb824a3cb6166e3a0b905d13fa (diff)
downloadpcsx_rearmed-deb18d24e522ab1d9860ffa5730559e3e6a6aa5d.tar.gz
pcsx_rearmed-deb18d24e522ab1d9860ffa5730559e3e6a6aa5d.tar.bz2
pcsx_rearmed-deb18d24e522ab1d9860ffa5730559e3e6a6aa5d.zip
gpu_neon: do list resubmit detection
done it a while ago, late commit..
Diffstat (limited to 'plugins/gpu_neon/Makefile')
-rw-r--r--plugins/gpu_neon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gpu_neon/Makefile b/plugins/gpu_neon/Makefile
index 556d884..a8872df 100644
--- a/plugins/gpu_neon/Makefile
+++ b/plugins/gpu_neon/Makefile
@@ -18,6 +18,7 @@ SRC += vout_sdl.c
endif
PEOPS=1
ifndef PEOPS
+SRC += psx_gpu_if.c
else
SRC += peops.c
endif