From 7e605697028dd22dbf2d6ee4701add1e31814b1a Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 19 Dec 2010 19:53:14 +0200 Subject: improved memhandlers --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3