mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-31 04:00:01 +02:00
use prebuilt bootroms
This commit is contained in:
BIN
BootROMs/prebuilt/cgb_boot.bin
Normal file
BIN
BootROMs/prebuilt/cgb_boot.bin
Normal file
Binary file not shown.
BIN
BootROMs/prebuilt/dmg_boot.bin
Normal file
BIN
BootROMs/prebuilt/dmg_boot.bin
Normal file
Binary file not shown.
@@ -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, "' $< >> $@
|
||||
|
Reference in New Issue
Block a user