aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2012-08-03 00:43:56 +0300
committernotaz2012-08-03 01:45:11 +0300
commit5b9f1b9e4aa51af5712cf1d90552ace57d9f486b (patch)
treeabc9b1f815eaf72c83313b4b35e4619f5891de51 /Makefile
parent4ea086f6049c3f2c286f1a4e1e23b5763629067a (diff)
downloadpcsx_rearmed-5b9f1b9e4aa51af5712cf1d90552ace57d9f486b.tar.gz
pcsx_rearmed-5b9f1b9e4aa51af5712cf1d90552ace57d9f486b.tar.bz2
pcsx_rearmed-5b9f1b9e4aa51af5712cf1d90552ace57d9f486b.zip
frontend/pollux: wiz: move tables to upper memory to free some RAM
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b544250..61bec8b 100644
--- a/Makefile
+++ b/Makefile
@@ -145,6 +145,7 @@ endif
ifeq "$(PLATFORM)" "caanoo"
OBJS += frontend/plat_pollux.o frontend/in_tsbutton.o frontend/blit320.o
OBJS += frontend/gp2x/in_gp2x.o frontend/warm/warm.o
+libpcsxcore/new_dynarec/pcsxmem.o: CFLAGS += -DCUSTOM_MEMMAPS
USE_FRONTEND = 1
endif
ifeq "$(PLATFORM)" "maemo"