mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-05 12:23:34 +02:00
allow to disable SH2 dynarec on runtime
This commit is contained in:
@@ -165,10 +165,7 @@ SRCS_COMMON += $(R)platform/libpicofe/linux/host_dasm.c
|
||||
LDFLAGS += -lbfd -lopcodes -liberty
|
||||
endif
|
||||
endif # use_sh2drc
|
||||
#
|
||||
ifeq "$(use_sh2mame)" "1"
|
||||
SRCS_COMMON += $(R)cpu/sh2/mame/sh2pico.c
|
||||
endif
|
||||
endif # !no_32x
|
||||
|
||||
OBJS_COMMON := $(SRCS_COMMON:.c=.o)
|
||||
|
||||
Reference in New Issue
Block a user