
Originally Posted by
Bl4Ck.KiD...
never heard it most be a fail
Ive seen it,really to make a vsh menu it is NOT hard all you do is make a prx menu, compile it and use this. (speaking when you hit select on the xmb etc, thats what I am talking about) If you know some C and how the PSP works than its easy. Infact idk why Ive never done it lol 
Code:
//Defines
PSP_MODULE_INFO("vshmenushit", 0x100, 0, 1); // defines we compile
PSP_MAIN_THREAD_ATTR(0); //0 for kernel mode too
PSP_HEAP_SIZE_KB(-128); //heap size
Now just hex edit some objects, add whater.prx to your vsh.txt after its compiled and thats a simple cfw mod.
Bookmarks