UMD Emulator for FW2.6 Psp's!!!
Version: v.03
Category: NON-VIP-PSP EXPLOITS & LOADERS
Description:
Developer 0okm, who’s been responsible for many great PSP feats, has discovered a method to successfully emulate a UMD on FW 2.60 - regardless of PCB version.
Yes, this means you’re able to load ISO images from your memory stick on firmware 2.60! You will however require the Grand Theft Auto: Liberty City Stories [unpatched] UMD to utilize this loader as it works in conjunction with the GTA savegame exploit.
after eLoader(GTA) start
run “UMD Emulator for eLoader GTA”
than you can Open and Read file inside ISO by
SceUID fd = sceIoOpen(”disc0:/xxx”, PSP_O_RDONLY, 0777);
sceIoLseek32(fd, offset, PSP_SEEK_SET);
sceIoRead(fd, buffer, size);
sceIoClose(fd);
TODO :
LoadExec ISO’s BOOT.BIN by
sceKernelLoadExec(”disc0:/PSP_GAME/SYSDIR/BOOT.BIN”, ¶m);
View File
Submitted by STYLEZ, on Aug 8 2006, 12:06 PM
