Search found 2 matches

by beasymbole
Sat Nov 29, 2008 7:57 pm
Forum: PSP Development
Topic: [PROBLEM] File browser and kernel mode prx
Replies: 2
Views: 1214

Any idea??
by beasymbole
Sat Nov 29, 2008 5:51 am
Forum: PSP Development
Topic: [PROBLEM] File browser and kernel mode prx
Replies: 2
Views: 1214

[PROBLEM] File browser and kernel mode prx

Hello everyone, I have a problem: indeed, I want to do a file browser in my prx coded in kernel mode but when I use this simple function: void filebrowser(SceCtrlData *ut) { struct SceIoDirent dossier; memset(&dossier, 0, sizeof(SceIoDirent)&#...