Search found 5 matches

by yucopowo2009
Fri Dec 04, 2009 3:54 pm
Forum: PSP Development
Topic: [SOLVED]how can I get PBP image offset and length
Replies: 4
Views: 2401

u32 header[10]; SceUID fd = sceIoOpen(eboot, PS_O_RDONLY, 0); if (fd >= 0) { if (sceIoRead(fd, header, sizeof(header)) == sizeof(header)) { sceIoLseek(fd, header...
by yucopowo2009
Fri Dec 04, 2009 3:53 pm
Forum: PSP Development
Topic: [SOLVED]how can I get PBP image offset and length
Replies: 4
Views: 2401


thanks very much
by yucopowo2009
Wed Dec 02, 2009 2:07 pm
Forum: PSP Development
Topic: [SOLVED]how can I get PBP image offset and length
Replies: 4
Views: 2401

[SOLVED]how can I get PBP image offset and length

I want to get the image in PBP
but I don't know the image's offset and length

sceRead (buf , ? , ? )
by yucopowo2009
Mon Sep 21, 2009 1:09 pm
Forum: PSP Development
Topic: how can I get some informations in XMB
Replies: 14
Views: 3813

I think you have to hook the sceIoOpen function and catch what file that function is trying to open, if it is an mp3 then you show the proper lyrics. THX for you help but you don't understand it's meaning I want get the filename when I play mp3 or wma in XMB http://www.luobo.cc/attachment/diary/Mon...
by yucopowo2009
Sun Sep 20, 2009 10:26 am
Forum: PSP Development
Topic: how can I get some informations in XMB
Replies: 14
Views: 3813

how can I get some informations in XMB

NOW I'm going to make a prx which can show lyric when playing But I cant't get the name of the playing music file or othes in XMB for example,when you play a song ,the prx will get the music name and load the lrc on screen Have any functions or projects which can get it? THX http://www.luobo.cc/atta...