mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
recognize the MED ssf2 header
This commit is contained in:
parent
f508065409
commit
40d22a8e76
3 changed files with 11 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -221,6 +221,9 @@ ifndef DEBUG
|
|||
cpu/fame/famec.o: CFLAGS += -g0 -O2 -fno-expensive-optimizations
|
||||
endif
|
||||
|
||||
pico/carthw_cfg.c: pico/carthw.cfg
|
||||
tools/make_carthw_c $< $@
|
||||
|
||||
# random deps
|
||||
pico/carthw/svp/compiler.o : cpu/drc/emit_$(ARCH).c
|
||||
cpu/sh2/compiler.o : cpu/drc/emit_$(ARCH).c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue