From 87cc59de47301ff0a2e71b5ece28447ec77b0153 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 9 Feb 2020 14:12:16 +0100 Subject: (Android) Aarch64/x86/x64 now has lightrec support --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3