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.
Search found 5 matches
- Tue Aug 01, 2006 7:03 am
- Forum: PSP Development
- Topic: get files and subfolders in a directory [resolved]
- Replies: 12
- Views: 6481
- Mon Jul 17, 2006 10:50 am
- Forum: PSP Development
- Topic: Mounting the USBHostFS as a standard device?
- Replies: 26
- Views: 16564
- Mon Jul 17, 2006 10:49 am
- Forum: PSP Development
- Topic: 2.0 syscall
- Replies: 1
- Views: 1299
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...
- Sun Jul 02, 2006 9:50 am
- Forum: PSP Development
- Topic: Processing an eboots icon0
- Replies: 3
- Views: 2029
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...
- Sun Jul 02, 2006 7:49 am
- Forum: PSP Development
- Topic: Processing an eboots icon0
- Replies: 3
- Views: 2029
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 ...