From 6b8417143a395674d7ab0b771060ac36f1e72df5 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Sat, 24 Oct 2015 19:48:54 +0100 Subject: (vita) build fix --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 42b300a..a3d917b 100644 --- a/Makefile +++ b/Makefile @@ -197,8 +197,7 @@ else ifeq ($(platform), vita) AR = arm-vita-eabi-ar$(EXE_EXT) CFLAGS += -DVITA STATIC_LINKING = 1 - HAVE_DYNAREC := 1 - CFLAGS += -DARM -DARM_ARCH -DARM_MEMORY_DYNAREC + CPU_ARCH := arm # CTR(3DS) else ifeq ($(platform), ctr) -- cgit v1.2.3