notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3901ab9
)
libretro, turn of DRC for Apple OSes
author
kub
<derkub@gmail.com>
Tue, 23 Mar 2021 22:11:23 +0000
(23:11 +0100)
committer
kub
<derkub@gmail.com>
Tue, 23 Mar 2021 22:11:23 +0000
(23:11 +0100)
JIT requires special provisions in Retroarch and possibly cores as well
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
748618c
..
6a18997
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-559,6
+559,13
@@
asm_32xdraw = 0
asm_32xmemory = 0
endif
+ifeq ($(APPLE),1)
+# turn off DRCs on Apple OSes. It needs signing and notarizing on the
+# later versions, which picodrive isn't supporting right now.
+use_sh2drc = 0
+use_svpdrc = 0
+endif
+
CFLAGS += $(fpic)
ifeq ($(findstring Haiku,$(shell uname -a)),)