mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
libretro, turn of DRC for Apple OSes
JIT requires special provisions in Retroarch and possibly cores as well
This commit is contained in:
parent
3901ab970d
commit
0995d4a764
1 changed files with 7 additions and 0 deletions
|
@ -559,6 +559,13 @@ asm_32xdraw = 0
|
||||||
asm_32xmemory = 0
|
asm_32xmemory = 0
|
||||||
endif
|
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)
|
CFLAGS += $(fpic)
|
||||||
|
|
||||||
ifeq ($(findstring Haiku,$(shell uname -a)),)
|
ifeq ($(findstring Haiku,$(shell uname -a)),)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue