mirror of
https://github.com/libretro/mame2010-libretro.git
synced 2024-11-27 01:51:49 +00:00
(ARM 64bit Mac) Force DRC_C_BACKEND
This commit is contained in:
parent
add5738bbd
commit
71cfefc345
5
Makefile
5
Makefile
@ -210,6 +210,11 @@ endif
|
||||
CPPFLAGS += $(TARGET_RULE)
|
||||
CXXFLAGS += $(TARGET_RULE)
|
||||
LDFLAGS += $(TARGET_RULE)
|
||||
|
||||
# TODO/FIXME - force DRC c backend for now - find a way to make this dependent on the architecture being targeted
|
||||
ARM_ENABLED = 1
|
||||
X86_SH2DRC = 0
|
||||
FORCE_DRC_C_BACKEND = 1
|
||||
endif
|
||||
|
||||
# iOS
|
||||
|
Loading…
Reference in New Issue
Block a user