mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
move ROM detect code to pico/
This commit is contained in:
parent
2656e68083
commit
4c2e35547f
8 changed files with 400 additions and 321 deletions
3
Makefile
3
Makefile
|
@ -103,9 +103,6 @@ endif
|
|||
|
||||
ifeq "$(ARCH)" "arm"
|
||||
OBJS += platform/libpicofe/arm_linux.o
|
||||
OBJS += pico/sound/mix_arm.o
|
||||
else
|
||||
OBJS += pico/sound/mix.o
|
||||
endif
|
||||
|
||||
# zlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue