summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
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