Search found 5 matches

by Slasher
Tue Aug 01, 2006 7:03 am
Forum: PSP Development
Topic: get files and subfolders in a directory [resolved]
Replies: 12
Views: 5531

http://forums.qj.net/showthread.php?p=868511#post868511

I know this is resolved, but go here and scroll down to filebrowser example. It's pretty straight forward, and should help you out.
by Slasher
Mon Jul 17, 2006 10:50 am
Forum: PSP Development
Topic: Mounting the USBHostFS as a standard device?
Replies: 26
Views: 13288

sorry about being a little offtopic; but Tyranid, where can I get the psplink source?
by Slasher
Mon Jul 17, 2006 10:49 am
Forum: PSP Development
Topic: 2.0 syscall
Replies: 1
Views: 1180

2.0 syscall

One of my buddies messed up his 2.0s loadexec.prx, and I'm helping him by making a simple program that reflashes it. Only problem is that my flashing method requires sceIoRemove. I've found the syscalls for all my other functions, except I can't seem to find this one. So, I'm looking for the syscall...
by Slasher
Sun Jul 02, 2006 9:50 am
Forum: PSP Development
Topic: Processing an eboots icon0
Replies: 3
Views: 1857

You don't call fclose(infile), so I suppose after opening 10 files, it's the end for PSP. Close the infile after reading the buffer. I'll try that. Thanks. The problem is that there's absolutely no need to create a temporary file just to load the image. Load it into memory directly from the PBP and...
by Slasher
Sun Jul 02, 2006 7:49 am
Forum: PSP Development
Topic: Processing an eboots icon0
Replies: 3
Views: 1857

Processing an eboots icon0

Basically I'm looking to extract the icon0 out of an eboot, load it with the graphics.c library, then delete the file. I've come up with this so far. It works fine up until you process 10 eboots. On the 10th process, the "ERROR: Could not open the output file." pops up and when attempting ...