summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraliaspider2015-04-08 10:20:32 +0100
committeraliaspider2015-04-08 10:20:32 +0100
commit5b6683bb939d5930e5cd69a5b49aa03523ce3ea3 (patch)
tree3a4ff0fb85db7e5fa5c94ceb19882f92677a7ce3 /Makefile
parentd4caae665f187e242f3b1d3867ecb71fed27dc04 (diff)
downloadpicogpsp-5b6683bb939d5930e5cd69a5b49aa03523ce3ea3.tar.gz
picogpsp-5b6683bb939d5930e5cd69a5b49aa03523ce3ea3.tar.bz2
picogpsp-5b6683bb939d5930e5cd69a5b49aa03523ce3ea3.zip
(3DS) enable dynarec support, works only with ninjahax.
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