aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aff5c60..f633665 100644
--- a/Makefile
+++ b/Makefile
@@ -103,6 +103,7 @@ CFLAGS += -Ideps/mman
OBJS += deps/mman/mman.o
endif
else ifeq "$(DYNAREC)" "ari64"
+CFLAGS += -DNEW_DYNAREC
OBJS += libpcsxcore/new_dynarec/backends/psx/emu_if.o \
libpcsxcore/new_dynarec/new_dynarec.o \
libpcsxcore/new_dynarec/arm/linkage_arm.o \