X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=8899ed77ae94e43e1d3bc0c0e4ffd124c8ee7d42;hb=3becfa56ca741815455593c515c623ad51e29e59;hp=5585808b8b075fe6b140d06d2a7e87b7ce15784d;hpb=3bc0af708a3bedb85427a0d375838ab8e6366ca8;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index 5585808b..8899ed77 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -60,9 +60,14 @@ else ifeq ($(platform), linux-portable) # OS X else ifeq ($(platform), osx) + USE_DYNAREC ?= 1 TARGET := $(TARGET_NAME)_libretro.dylib fpic := -fPIC fpic += -mmacosx-version-min=10.1 +ifeq ($(USE_DYNAREC),0) + # Override + TARGET := $(TARGET_NAME)_interpreter_libretro.dylib +endif # iOS else ifeq ($(platform),$(filter $(platform),ios-arm64)) @@ -75,8 +80,8 @@ else ifeq ($(platform),$(filter $(platform),ios-arm64)) else ifneq (,$(findstring ios,$(platform))) ARCH := arm USE_DYNAREC ?= 1 - HAVE_NEON = 1 - BUILTIN_GPU = neon + HAVE_NEON = 1 + BUILTIN_GPU = neon TARGET := $(TARGET_NAME)_libretro_ios.dylib ifeq ($(USE_DYNAREC),0) # Override