Search found 4 matches

by Magniot
Tue Dec 30, 2008 10:54 pm
Forum: PSP Development
Topic: Assign flash0 in read/write mode [Solved]
Replies: 6
Views: 2495

It works!!!!! Thanks!
and to create dirs:

Code: Select all

sceIoMkdir("flash0:/test", 0777);
without "/" after name directorie.

Thanks again.
by Magniot
Tue Dec 30, 2008 10:37 pm
Forum: PSP Development
Topic: Assign flash0 in read/write mode [Solved]
Replies: 6
Views: 2495

and it doesn't work too. I've already tested it and i have tested it again.

If you've got a flasher source code made by you or someone else please upload it or post it to have an example. Thanks for all and sorry :)
by Magniot
Tue Dec 30, 2008 10:23 pm
Forum: PSP Development
Topic: Assign flash0 in read/write mode [Solved]
Replies: 6
Views: 2495

Thanks. now i've got another problem lol void Reassign&#40;&#41; &#123; if &#40;sceIoUnassign&#40;"flash0&#58;"&#41; < 0&#41; &#123; // Unassign failed &#125; if &#40;sceIoAssign&#40;"flash0&#58;", "lflash0&#58;0,0"...
by Magniot
Tue Dec 30, 2008 10:03 pm
Forum: PSP Development
Topic: Assign flash0 in read/write mode [Solved]
Replies: 6
Views: 2495

Assign flash0 in read/write mode [Solved]

Hi, i'm new on this forum. I'm french. I've got one problem: i'm trying to create an homebrew to flash files in flash0 but i don't arrive to create directories in flash0. sceIoUnassign&#40;"flash0"&#41;; sceIoAssign&#40;"flash0", "lflash0&#58;0,0", "...