From 5b6683bb939d5930e5cd69a5b49aa03523ce3ea3 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 8 Apr 2015 10:20:32 +0100 Subject: (3DS) enable dynarec support, works only with ninjahax. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a2b3e5b..290f858 100644 --- a/Makefile +++ b/Makefile @@ -201,9 +201,8 @@ else ifeq ($(platform), ctr) CFLAGS += -Wall -mword-relocations CFLAGS += -fomit-frame-pointer -ffast-math CPU_ARCH := arm - #no dynarec support for now - #HAVE_DYNAREC := 1 - #CFLAGS += -DARM_MEMORY_DYNAREC + # dynarec currently requires ninjahax to work + HAVE_DYNAREC = 1 STATIC_LINKING = 1 # Xbox 360 -- cgit v1.2.3