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: Select all
// 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
}
Thanks in advance! ;)