add back support for PSP_EBOOT_UNKPNG

This commit is contained in:
JoseAaronLopezGarcia
2025-12-22 12:50:21 +01:00
parent 1ec3ceebf1
commit e6eabf388b

View File

@@ -102,7 +102,9 @@ ifndef PSP_EBOOT_ICON1
PSP_EBOOT_ICON1 = NULL
endif
ifndef PSP_EBOOT_PIC0
ifdef PSP_EBOOT_UNKPNG
PSP_EBOOT_PIC0 = $(PSP_EBOOT_UNKPNG)
else ifndef PSP_EBOOT_PIC0
PSP_EBOOT_PIC0 = NULL
endif