X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=f633665eb87025ac97e3e0e3aea013660daca1c9;hb=dfcd7153048c2f6d479dfcd328ee2c0e1e0784ed;hp=aff5c600b49b5b0c0064d00fb3d14043e3015027;hpb=b2627e5145d838cd083c46a712901a8d7a9a8134;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index aff5c600..f633665e 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 \