| View previous topic :: View next topic |
| Author |
Message |
KickinAezz
Joined: 03 Jun 2007 Posts: 328
|
Posted: Sat Oct 18, 2008 9:57 am Post subject: Testing XMB in PSPLink... How to skip Sony Logo? |
|
|
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? _________________ Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming. |
|
| Back to top |
|
 |
angelo
Joined: 29 Aug 2007 Posts: 168
|
Posted: Sat Oct 18, 2008 10:04 am Post subject: |
|
|
| Look in Wildc*rd's source. It may be in there. |
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Sat Oct 18, 2008 2:13 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Sat Oct 18, 2008 2:15 pm Post subject: |
|
|
| You can find the no intro args,argp in the 1.50 PoC. |
|
| Back to top |
|
 |
|