Skip to content

Commit e6eabf3

Browse files
add back support for PSP_EBOOT_UNKPNG
1 parent 1ec3cee commit e6eabf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/base/build.mak

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ ifndef PSP_EBOOT_ICON1
102102
PSP_EBOOT_ICON1 = NULL
103103
endif
104104

105-
ifndef PSP_EBOOT_PIC0
105+
ifdef PSP_EBOOT_UNKPNG
106+
PSP_EBOOT_PIC0 = $(PSP_EBOOT_UNKPNG)
107+
else ifndef PSP_EBOOT_PIC0
106108
PSP_EBOOT_PIC0 = NULL
107109
endif
108110

0 commit comments

Comments
 (0)