From a60de42f3a7fba8e22d5b2a602a035c68ea4223c Mon Sep 17 00:00:00 2001 From: bmaupin Date: Thu, 3 Oct 2019 13:24:32 -0400 Subject: Get dynarec working again for PSP --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 431b32f..e0e9a81 100644 --- a/Makefile +++ b/Makefile @@ -220,6 +220,8 @@ else ifeq ($(platform), psp1) CFLAGS += -fomit-frame-pointer -ffast-math CFLAGS += -falign-functions=32 -falign-loops -falign-labels -falign-jumps STATIC_LINKING = 1 + HAVE_DYNAREC = 1 + CPU_ARCH := mips # Vita else ifeq ($(platform), vita) -- cgit v1.2.3