Couldn't find something similar, only stuff that rebooted the PS2. So I compiled this.
It's for HDLGameInstaller users*, or anyone who wants to return to the PS2 browser while skipping the bootup sequence.
*Basically, you use patched codebreaker to load cheats, right? Usually it starts OPL or ESR, renamed as cb_launch.elf
But what if you're a HDLGameInstaller user? I bet you don't want to see OPL main menu, just the PS2 browser. So, instead of booting OPL, codebreaker will return to the PS2 Browser, where you can click on HDD and pick your game.
Cheats will apply, just tested with button codes (select = max money) and max hp.
Code is from ps2dev's mr bob, it's literally only this:
{
__asm__ __volatile__("
li $3, 0x04;
syscall;
nop;");
}
It's for HDLGameInstaller users*, or anyone who wants to return to the PS2 browser while skipping the bootup sequence.
*Basically, you use patched codebreaker to load cheats, right? Usually it starts OPL or ESR, renamed as cb_launch.elf
But what if you're a HDLGameInstaller user? I bet you don't want to see OPL main menu, just the PS2 browser. So, instead of booting OPL, codebreaker will return to the PS2 Browser, where you can click on HDD and pick your game.
Cheats will apply, just tested with button codes (select = max money) and max hp.
Code is from ps2dev's mr bob, it's literally only this:
{
__asm__ __volatile__("
li $3, 0x04;
syscall;
nop;");
}