From 48f615ba48949d7b6cf7b6765a15f069033a3fdd Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 22 Dec 2013 19:54:41 +0200 Subject: libretro: add dynarec switch --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a472492..cc19e77 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,7 @@ OBJS += libpcsxcore/new_dynarec/new_dynarec.o libpcsxcore/new_dynarec/linkage_ar OBJS += libpcsxcore/new_dynarec/pcsxmem.o else libpcsxcore/new_dynarec/emu_if.o: CFLAGS += -DDRC_DISABLE +frontend/libretro.o: CFLAGS += -DDRC_DISABLE endif OBJS += libpcsxcore/new_dynarec/emu_if.o libpcsxcore/new_dynarec/new_dynarec.o: libpcsxcore/new_dynarec/assem_arm.c \ -- cgit v1.2.3