Rename fconv to pxfconv

This commit is contained in:
Jaby
2024-10-10 22:11:39 +02:00
parent 70556488fc
commit c861af7f11
22 changed files with 18 additions and 18 deletions

View File

@@ -36,10 +36,10 @@ $(LIB_DIR)/$(ARTIFACT).a: $(TARGET).a
# TODO: Improve later
# rule to make the boot image
$(SPLASH_IMAGE): ressources/Splash.png
fileconv --lz4 $< simple-tim full16 | cpp_out --name SplashScreen -o $@
psxfileconv --lz4 $< simple-tim full16 | cpp_out --name SplashScreen -o $@
$(SPLASH_IMAGE_NTSC): ressources/Splash_ntsc.png
fileconv --lz4 $< simple-tim full16 | cpp_out --name SplashScreen -o $@
psxfileconv --lz4 $< simple-tim full16 | cpp_out --name SplashScreen -o $@
#Rules section for default compilation and linking
all: $(SPLASH_IMAGE) $(SPLASH_IMAGE_NTSC) $(LIB_DIR)/$(ARTIFACT).a