Testing XMB in PSPLink... How to skip Sony Logo?

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

Moderators: cheriff, TyRaNiD

Post Reply
KickinAezz
Posts: 328
Joined: Sun Jun 03, 2007 10:05 pm

Testing XMB in PSPLink... How to skip Sony Logo?

Post by KickinAezz »

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.
angelo
Posts: 168
Joined: Wed Aug 29, 2007 9:34 pm

Post by angelo »

Look in Wildc*rd's source. It may be in there.
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

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.
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

You can find the no intro args,argp in the 1.50 PoC.
Post Reply