The constant "Ta-do-da-da-DUH" is VERY annoying...
Is there anyway to do %loadvsh while not having sony logo to show up?
Does anyone have an idea?
Testing XMB in PSPLink... How to skip Sony Logo?
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
Testing XMB in PSPLink... How to skip Sony Logo?
Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming.
Use it more for Development than for Gaming.
Replace it with a dummy prx that loads the real one with the args,argp for no intro. The dummy should be 0x800 or 0x0 mode. Real vshmain can only be loaded from kernel mode, so use kubridge load module from your dummy, or start another kernel mode loader.prx to unload your dummy and then launch real vshmain.
The perfect way would be to start another kernel mode loader so that no user memory is used by your dummy, but real vshmain still works if you start it with kubridge from dummy, cos theres enough free space for a small dummy.
The perfect way would be to start another kernel mode loader so that no user memory is used by your dummy, but real vshmain still works if you start it with kubridge from dummy, cos theres enough free space for a small dummy.