Booting VSH without the SCE startup?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
Aura
Posts: 37
Joined: Tue Jul 24, 2007 4:30 am

Booting VSH without the SCE startup?

Post by Aura »

How would I load vshmain.prx without launching the SCE startup thingy, I saw on this post how it can be done using sceKernelLoadExec, but I've found this doesn't work correctly for my use.

I'm trying to replace the vshmain.prx for various reasons, and then launch the real vshmain.prx using

Code: Select all

vshKernelLoadModuleVSH("flash0:/vsh/module/vshmain.prx", 0, NULL);
sceKernelStartModule(mod, 0x0400, vshmain_args, NULL, NULL);
[/color]

Has anyone got any ideas what I need to do, or what arguments I need to pass in order to do this?

Thanks.
-Aura
User avatar
Aura
Posts: 37
Joined: Tue Jul 24, 2007 4:30 am

Post by Aura »

Anyone?

-Aura
Post Reply