mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
don't assume svp dynarec on ARM so that it can be disabled
This commit is contained in:
parent
0a91c6e902
commit
7fd5d17b31
2 changed files with 6 additions and 5 deletions
|
@ -89,6 +89,7 @@ SRCS_COMMON += $(R)pico/carthw/carthw.c
|
|||
SRCS_COMMON += $(R)pico/carthw/svp/svp.c $(R)pico/carthw/svp/memory.c \
|
||||
$(R)pico/carthw/svp/ssp16.c
|
||||
ifeq "$(use_svpdrc)" "1"
|
||||
DEFINES += _SVP_DRC
|
||||
SRCS_COMMON += $(R)pico/carthw/svp/stub_arm.S
|
||||
SRCS_COMMON += $(R)pico/carthw/svp/compiler.c
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue