use prebuilt bootroms

This commit is contained in:
radius 2017-10-15 12:13:38 -05:00
parent a42fed5d53
commit 7313473fd2
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -135,7 +135,7 @@ CXXFLAGS += -Wall -D__LIBRETRO__ $(fpic)
all: $(TARGET)
$(CORE_DIR)/libretro/%_boot.c: $(CORE_DIR)/build/bin/BootROMs/%_boot.bin
$(CORE_DIR)/libretro/%_boot.c: $(CORE_DIR)/BootROMs/prebuilt/%_boot.bin
echo "/* AUTO-GENERATED */" > $@
echo "const unsigned char $(notdir $(@:%.c=%))[] = {" >> $@
hexdump -v -e '/1 "0x%02x, "' $< >> $@