mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-03-25 13:22:42 +01:00
(3DS) enable dynarec support, works only with ninjahax.
This commit is contained in:
5
Makefile
5
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
|
||||
|
||||
Reference in New Issue
Block a user