Custom icons in pbps....

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
darkplastic
Posts: 6
Joined: Fri Dec 15, 2006 8:50 pm

Custom icons in pbps....

Post by darkplastic »

How can i do this? I am running windows xp Cygwin is all setup with psp toolchain...everything compiles ok but i cant see anywhere how to embed custom icons....cheers for help!
Djakku
Posts: 45
Joined: Mon Jan 30, 2006 2:41 am

Post by Djakku »

can't you add them with pbp unpacker?
Or you could add these lines into you makefile

EXTRA_TARGETS = EBOOT.PBP
PSP_EBOOT_TITLE = helloworld
PSP_EBOOT_ICON = icon.png
PSP_EBOOT_PIC1 = bg.png
darkplastic
Posts: 6
Joined: Fri Dec 15, 2006 8:50 pm

Post by darkplastic »

wicked cheers :)
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

TH above works fine.
You can also change them later with a Windows app called PSP Brew.
Post Reply