aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
authorTwinaphex2020-02-09 11:18:38 +0100
committerTwinaphex2020-02-09 11:18:38 +0100
commit9382523c630eaefc7504fd4f3f5d88ed78218a00 (patch)
treeee9fbf37c5ed5fdfe80bec83255076b31f64bc25 /Makefile.libretro
parentb2627e5145d838cd083c46a712901a8d7a9a8134 (diff)
downloadpcsx_rearmed-9382523c630eaefc7504fd4f3f5d88ed78218a00.tar.gz
pcsx_rearmed-9382523c630eaefc7504fd4f3f5d88ed78218a00.tar.bz2
pcsx_rearmed-9382523c630eaefc7504fd4f3f5d88ed78218a00.zip
OSX should use lightrec
Diffstat (limited to 'Makefile.libretro')
-rw-r--r--Makefile.libretro2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index fb6e59c..5f11423 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -70,7 +70,7 @@ else ifeq ($(platform), linux-portable)
# OS X
else ifeq ($(platform), osx)
- DYNAREC ?= ari64
+ DYNAREC ?= lightrec
TARGET := $(TARGET_NAME)_libretro.dylib
fpic := -fPIC
fpic += -mmacosx-version-min=10.1