Rilasciata la versione v0.4 di questa mod del file vshex.prx per custom firmware, realizzata da jas0nuk. La peculiarità di questa mod è la possibilità di emulare l'ultimo firmware eseguito con Devhook con la semplice pressione dei tasti Home+Start o di lanciare Devhook con la combinazione Home+X.
Citazione:
Custom Firmware VSHExtender Module v0.4 For PSP 1.5 Firmware
by jas0nuk
jas0nuk has coded a VSHExtender that almost completes DeviceHook. This is version 0.4, and it is simple but very effective as it adds to the feeling of completeness. A real advance in custom firmware, intergrating DH into the XMB.
This module adds 'extensions' to your 1.50 VSH/XMB that can be accessed via keypresses.
This requires a custom firmware that supports module loading. Recommended ones are the Dark_AleX POC and harleyg's 0.1 CFW, the mod has been fully tested with these.
Button combinations
----------------
HOME + SELECT Change the CPU and GPU speeds, steps are 133/66, 222/111, 266/133, and 333/166
HOME + CIRCLE Change the CPU to 30MHz and GPU to 50MHz. This makes the XMB become laggy but is fine for playing music or video as this is hardware decoded
HOME + L TRIGGER / HOME + START Executes ms0:/PSP/SYSTEM/DEVBOOT.PBP - Boot into your last chosen Devhook firmware instantly
HOME + R TRIGGER Get battery percentage, voltage and temperature information.
** NEW FOR 0.4:
HOME + X Executes ms0:/PSP/SYSTEM/DEVMENU.PBP - This allows you to boot into the DevHook menu instantly, wherever you are in the VSH/XMB.
See below for more information
DEVMENU.PBP installation
--------------------
You have to copy your Devhook menu ELF (PBP) into ms0:/PSP/SYSTEM and rename it to DEVMENU.PBP
**** The default Devhook 0.46 menu has been included.
**** If this is all you need, you can ignore the steps below
For example:
Say you have chunglam's Devhook Launcher Mod installed:
Copy the EBOOT.PBP from ms0:/PSP/GAME/__SCE__DH_MOD (the folder without the %) into ms0:/PSP/SYSTEM and rename it to DEVMENU.PBP
Installation
---------
1) Drag and drop DEVMENU.PBP, DEVBOOT.PBP and VSHEX.PRX into X:\PSP\SYSTEM
(Where x is your memory stick drive letter.)
2) If applicable, follow the DEVMENU.PBP installation instructions above
3) Just add the line
loadmodule0 = "ms0:/PSP/SYSTEM/vshex.prx"
to your config.txt in ms0:/PSP/SYSTEM.
Alternatively, if this line is already taken by another module, add it as
loadmodule1 = "ms0:/PSP/SYSTEM/vshex.prx"
or loadmodule2 = "ms0:/PSP/SYSTEM/vshex.prx"
or loadmodule3 = "ms0:/PSP/SYSTEM/vshex.prx"
etc...