| View previous topic :: View next topic |
| Author |
Message |
darkplastic
Joined: 15 Dec 2006 Posts: 6
|
Posted: Sun Dec 17, 2006 11:57 am Post subject: Custom icons in pbps.... |
|
|
| 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! |
|
| Back to top |
|
 |
Djakku
Joined: 30 Jan 2006 Posts: 45
|
Posted: Mon Dec 18, 2006 9:22 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
darkplastic
Joined: 15 Dec 2006 Posts: 6
|
Posted: Mon Dec 18, 2006 11:00 am Post subject: |
|
|
| wicked cheers :) |
|
| Back to top |
|
 |
Art
Joined: 09 Nov 2005 Posts: 647
|
Posted: Tue Dec 19, 2006 10:33 pm Post subject: |
|
|
TH above works fine.
You can also change them later with a Windows app called PSP Brew. |
|
| Back to top |
|
 |
|