Aura

Joined: 24 Jul 2007 Posts: 37
|
Posted: Sun Sep 02, 2007 10:02 am Post subject: Booting VSH without the SCE startup? |
|
|
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: | vshKernelLoadModuleVSH("flash0:/vsh/module/vshmain.prx", 0, NULL);
sceKernelStartModule(mod, 0x0400, vshmain_args, NULL, NULL); |
Has anyone got any ideas what I need to do, or what arguments I need to pass in order to do this?
Thanks.
-Aura _________________ Live. Love. Be. Believe.
Free downgrading/unbricking service list! |
|