-DaRealXecon-
Joined: 09 Jul 2008 Posts: 31
|
Posted: Sat May 02, 2009 6:53 am Post subject: How can i load a prx from another prx? |
|
|
Hi,
i would like add a future to my own custom xmb with i can go to the normal XMB...
i had tryed it with this...
but it would not work. ._.
| Code: | // Go to normal XMB...
SceUID mod = sceKernelLoadModule("flash0:/vsh/module/vshmain.ori.prx", 0, NULL);
if(mod >= 0) {
mod = sceKernelStartModule(mod, 0, NULL, NULL, NULL);
if(mod < 0) {}
//Error
} |
My XMB runns in vsh mode (0x800) ;)
Thanks in advance! ;) |
|