diff options
author | notaz | 2011-06-14 13:18:08 +0300 |
---|---|---|
committer | notaz | 2011-08-13 00:57:32 +0300 |
commit | ddd56f6edd12d393d15f31a35af8939c58808400 (patch) | |
tree | fd37580ccdd12bc366eb1fcff4595d0ecca8436f /plugins/gpu_neon/Makefile | |
parent | 56f08d8331df07ee6b17dfdba0ca2b5f0b1058c8 (diff) | |
download | pcsx_rearmed-ddd56f6edd12d393d15f31a35af8939c58808400.tar.gz pcsx_rearmed-ddd56f6edd12d393d15f31a35af8939c58808400.tar.bz2 pcsx_rearmed-ddd56f6edd12d393d15f31a35af8939c58808400.zip |
gpu_neon: vram fixes, list loop detection
Diffstat (limited to 'plugins/gpu_neon/Makefile')
-rw-r--r-- | plugins/gpu_neon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gpu_neon/Makefile b/plugins/gpu_neon/Makefile index 6332308..974ac1a 100644 --- a/plugins/gpu_neon/Makefile +++ b/plugins/gpu_neon/Makefile @@ -15,6 +15,7 @@ CFLAGS += `sdl-config --cflags` -m32 LDFLAGS += `sdl-config --libs` SRC += vout_sdl.c endif +PEOPS=1 ifndef PEOPS else SRC += peops.c |