aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2010-12-19 19:53:14 +0200
committernotaz2010-12-19 19:53:14 +0200
commit7e605697028dd22dbf2d6ee4701add1e31814b1a (patch)
treea8424e9d3ffa1888bebd7dd8907d0c3fad100e35 /Makefile
parentac545b3a5cc51f7b521a7820b08923d2bbe360c1 (diff)
downloadpcsx_rearmed-7e605697028dd22dbf2d6ee4701add1e31814b1a.tar.gz
pcsx_rearmed-7e605697028dd22dbf2d6ee4701add1e31814b1a.tar.bz2
pcsx_rearmed-7e605697028dd22dbf2d6ee4701add1e31814b1a.zip
improved memhandlers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b712718..b4748fc 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ OBJS += libpcsxcore/cdriso.o libpcsxcore/cdrom.o libpcsxcore/cheat.o libpcsxcore
# dynarec
ifndef NO_NEW_DRC
OBJS += libpcsxcore/new_dynarec/new_dynarec.o libpcsxcore/new_dynarec/linkage_arm.o
+OBJS += libpcsxcore/new_dynarec/pcsxmem.o
endif
OBJS += libpcsxcore/new_dynarec/emu_if.o
libpcsxcore/new_dynarec/new_dynarec.o: libpcsxcore/new_dynarec/assem_arm.c