Search found 6 matches
- Fri Jan 16, 2009 9:14 pm
- Forum: PSP Development
- Topic: Recovery M33 and xmb
- Replies: 3
- Views: 1846
- Tue Jul 01, 2008 2:03 pm
- Forum: PSP Development
- Topic: sceKernelDevkitVersion: all possible returns...
- Replies: 15
- Views: 6972
in this new app im doing for psp4noobz im calculating the devkits by the repetition of number changes, its easy to do btw, look at the repetition..... 0x04000110 = 4.01 // 4 0 1 0x04000010 = 4.00 // 4 0 0 0x03090610 = 3.96 // 3 9 6 0x03000210 = 3.02 // 3 0 2 0x02070110 = 2.71 // 2 7 1 0x02050010 = 2...
- Tue Apr 22, 2008 6:31 am
- Forum: PSP Development
- Topic: Delete folder?
- Replies: 6
- Views: 2311
Re: Delete folder?
Hi! :) Is it possible to delete a folder? I know how to delete a file, but not how to del. a folder. There's no function to delete a folder containing files and/or subdirectories. You have to empty each subdirectory and then remove the empty folders with sceIoRmdir. Ciaooo Sakya I thought that Team...
- Fri Apr 04, 2008 5:09 pm
- Forum: PSP Development
- Topic: downloading files?? from internet.....How?
- Replies: 27
- Views: 19083
- Sat Mar 01, 2008 12:55 pm
- Forum: PSP Development
- Topic: Load Iso's/Cso's
- Replies: 24
- Views: 13597
ok ok calm down, i was making sure, lol
so what firmware version you got?
have you linked a iso prx?
in one of my apps i used,
Or
lol can't remember?
& i'm not sure if i linked a iso prx
so what firmware version you got?
have you linked a iso prx?
in one of my apps i used,
Code: Select all
pspSdkLoadStartModule()
Code: Select all
LoadExec
& i'm not sure if i linked a iso prx
- Fri Feb 29, 2008 9:31 pm
- Forum: PSP Development
- Topic: Load Iso's/Cso's
- Replies: 24
- Views: 13597
Re: Load Iso's/Cso's
.............Have you even tested it yet??Pirata Nervo wrote:Shouldn't this function work?