| View previous topic :: View next topic |
| Author |
Message |
breaKdown
Joined: 23 Oct 2005 Posts: 13
|
Posted: Sun Mar 12, 2006 9:35 am Post subject: How to add EBOOT.PBP Background pictures? |
|
|
HI...
yes, the subject is my question^^
thx in advance! |
|
| Back to top |
|
 |
0okm0000

Joined: 13 Jan 2006 Posts: 116
|
Posted: Sun Mar 12, 2006 10:33 am Post subject: |
|
|
add in Makefile
| Quote: |
TARGET = helloworld
OBJS = main.o
INCDIR =
CFLAGS = -O2 -G0 -Wall
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
ASFLAGS = $(CFLAGS)
LIBDIR =
LIBS = -lpspumd
LDFLAGS =
EXTRA_TARGETS = EBOOT.PBP
PSP_EBOOT_TITLE = PSP helloworld
PSP_EBOOT_ICON = ICON0.PNG
PSP_EBOOT_ICON1 = ICON1.PMF
PSP_EBOOT_UNKPNG = PIC0.PNG
PSP_EBOOT_PIC1 = PIC1.PNG
PSP_EBOOT_SND0 = SND0.AT3
PSP_EBOOT_PSAR =
PSPSDK=$(shell psp-config --pspsdk-path)
include $(PSPSDK)/lib/build.mak
|
|
|
| Back to top |
|
 |
breaKdown
Joined: 23 Oct 2005 Posts: 13
|
Posted: Sun Mar 12, 2006 10:19 pm Post subject: |
|
|
| hey cool....big thx!!!!! |
|
| Back to top |
|
 |
Jim

Joined: 02 Jul 2005 Posts: 487 Location: Sydney
|
Posted: Mon Mar 13, 2006 6:53 am Post subject: |
|
|
Are there any hints anywhere as to what the sizes/limitations for each of these extras are?
Jim _________________ http://www.dbfinteractive.com |
|
| Back to top |
|
 |
|