mirror of
https://github.com/joel16/PSPickr.git
synced 2024-11-23 11:39:51 +00:00
makefile: Fix icon0 path
This commit is contained in:
parent
b97b42e153
commit
5b699ed1cd
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ LIBS = -lintrafont -lglib2d -ljpeg -lpng16 -lstdc++ -lz -lpspgu -lpspvram -lp
|
|||||||
|
|
||||||
EXTRA_TARGETS = EBOOT.PBP
|
EXTRA_TARGETS = EBOOT.PBP
|
||||||
PSP_EBOOT_TITLE = PSPickr v$(VERSION_MAJOR).$(VERSION_MINOR)$(VERSION_MICRO)
|
PSP_EBOOT_TITLE = PSPickr v$(VERSION_MAJOR).$(VERSION_MINOR)$(VERSION_MICRO)
|
||||||
# PSP_EBOOT_ICON = ICON0.PNG
|
PSP_EBOOT_ICON = ICON0.png
|
||||||
|
|
||||||
PSPSDK=$(shell psp-config --pspsdk-path)
|
PSPSDK=$(shell psp-config --pspsdk-path)
|
||||||
include $(PSPSDK)/lib/build.mak
|
include $(PSPSDK)/lib/build.mak
|
||||||
|
Loading…
Reference in New Issue
Block a user