forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How can i load a prx from another prx?

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
-DaRealXecon-



Joined: 09 Jul 2008
Posts: 31

PostPosted: Sat May 02, 2009 6:53 am    Post subject: How can i load a prx from another prx? Reply with quote

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! ;)
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group