How to add EBOOT.PBP Background pictures?

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

Moderators: cheriff, TyRaNiD

Post Reply
breaKdown
Posts: 13
Joined: Sun Oct 23, 2005 3:26 am

How to add EBOOT.PBP Background pictures?

Post by breaKdown »

HI...

yes, the subject is my question^^

thx in advance!
User avatar
0okm0000
Posts: 116
Joined: Fri Jan 13, 2006 9:51 am
Contact:

Post by 0okm0000 »

add in Makefile
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
breaKdown
Posts: 13
Joined: Sun Oct 23, 2005 3:26 am

Post by breaKdown »

hey cool....big thx!!!!!
User avatar
Jim
Posts: 476
Joined: Sat Jul 02, 2005 10:06 pm
Location: Sydney
Contact:

Post by Jim »

Are there any hints anywhere as to what the sizes/limitations for each of these extras are?

Jim
Post Reply