use updated open source IPL3 with working compression

This commit is contained in:
Mateusz Faderewski 2023-12-12 17:25:12 +01:00
parent fd8395fcc0
commit 67a1dbdd50
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
BUILDER_IMAGE="ghcr.io/polprzewodnikowy/sc64env:v1.7"
BUILDER_IMAGE="ghcr.io/polprzewodnikowy/sc64env:v1.8"
pushd $(dirname $0) > /dev/null

View File

@ -84,7 +84,7 @@ $(BUILD_DIR)/bootloader.bin: $(BUILD_DIR)/bootloader.elf
@cp $< $<.stripped
@$(STRIP) -s $<.stripped
@cp $<.stripped $<.compressed
@$(N64_ELFCOMPRESS) -c 0 -o $(dir $<) $<.compressed
@$(N64_ELFCOMPRESS) -c 2 -o $(dir $<) $<.compressed
@$(N64_TOOL) --title "SC64 bootloader" --output $@ --align 256 $<.compressed
all: $(BUILD_DIR)/bootloader.bin