reigel
Joined: 15 Jul 2005 Posts: 14
|
Posted: Tue Nov 01, 2005 7:22 pm Post subject: Prx loading problems! |
|
|
Hey guys,
after i update my pspsdk + toolchain I'm not able to load prx module. I'm in kernel mode and use this function to load a module :
| Code: |
int prx;
prx = sceKernelLoadModule("flash0:/kd/sysmem.prx", 0, 0);
sceKernelStartModule(prx, 0, 0, 0, 0);
|
this had worked till I updated my sdk! Can anyone helpme? Thx |
|