Search found 4 matches

by kkHAIKE
Wed Dec 05, 2007 11:39 pm
Forum: PSP Development
Topic: Can't use sctrlSEUmountUmd() ??
Replies: 1
Views: 1119

Can't use sctrlSEUmountUmd() ??

i'm mount cso from ms0:/iso/game.cso;

Code: Select all

sctrlSEMountUmdFromFile(isopath,1,3)
but sctrlSEUmountUmd() still return 1 (0=success),so i can't umount it.

what can i do?
thx~
by kkHAIKE
Fri Nov 09, 2007 10:14 pm
Forum: PSP Development
Topic: problem of the savedata decrypt program for 3.71 m33-2
Replies: 3
Views: 2012

3.71m33-3 out today
i use new sdk for make,it's success to load my prx,
but but but but but ``````a very very very very very veyr big problem
the decrypt Calculation is too old,the Result of mypro Different Result of laboko~~~~~~
-----------------------------------
now,I should do what
by kkHAIKE
Fri Nov 09, 2007 9:13 pm
Forum: PSP Development
Topic: problem of the savedata decrypt program for 3.71 m33-2
Replies: 3
Views: 2012

J.F,thx your Reply,i share the src for Everyone,help me please the main.c #include <pspkernel.h> #include <pspctrl.h> #include <pspdebug.h> #include <pspdisplay.h> #include <kubridge.h> #include <malloc.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #include "decrypt.h" PSP_...
by kkHAIKE
Wed Nov 07, 2007 10:24 pm
Forum: PSP Development
Topic: problem of the savedata decrypt program for 3.71 m33-2
Replies: 3
Views: 2012

problem of the savedata decrypt program for 3.71 m33-2

I want to creat a program like the tile,so i found the PSPsdk\samples\savedata\decrypt\main.c,but the program is run on 1.5 kernel,i search many bbs,the program must be run on the user mode,but scechnnlsv() must be run ont the kernel mode,how to solve this

thanks :)