mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
libretro, build fixes
This commit is contained in:
parent
b1ccc27109
commit
03718e6276
5 changed files with 71 additions and 19 deletions
3
Makefile
3
Makefile
|
@ -280,6 +280,9 @@ endif
|
|||
pico/carthw_cfg.c: pico/carthw.cfg
|
||||
tools/make_carthw_c $< $@
|
||||
|
||||
# preprocessed asm files most probably include the offsets file
|
||||
$(filter %.S,$(SRCS_COMMON)): pico/pico_int_offs.h
|
||||
|
||||
# random deps
|
||||
pico/carthw/svp/compiler.o : cpu/drc/emit_arm.c
|
||||
cpu/sh2/compiler.o : cpu/drc/emit_arm.c cpu/drc/emit_arm64.c cpu/drc/emit_ppc.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue