notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2627e5
)
OSX should use lightrec
author
Twinaphex
<libretro@gmail.com>
Sun, 9 Feb 2020 10:18:38 +0000
(11:18 +0100)
committer
Twinaphex
<libretro@gmail.com>
Sun, 9 Feb 2020 10:18:38 +0000
(11:18 +0100)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
fb6e59c
..
5f11423
100644
(file)
--- 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