Преглед изворни кода

libretro, turn of DRC for Apple OSes

JIT requires special provisions in Retroarch and possibly cores as well
kub пре 3 година
родитељ
комит
0995d4a764
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      Makefile.libretro

+ 7 - 0
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)),)