8/07/2006

UMD Emulator for FW2.60 w/ eLoader(GTA) - v0.03 by 0okm

UMD Emulator for FW2.60 w/ eLoader(GTA) - v0.03 by 0okm
Thanks moonlight, Humma Kavula, hitchhikr, Ditlew, Fanjita and PSPDEV

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);


Download-Link: UMD_Emulator_for_eLoader_GTA_v0.03.zip

iso file rename to umd.iso
and put it in msroot

ms0:/
┣PSP/
┃ ┣ELOADER
┃ ┣GAME/
┃ ┃ ┗UMDeM4eLoaderGTA/
┃ ┃    ┗eboot.pbp
┃ ┗SAVEDATA
┗umd.iso

3 Comments:

At 8/07/2006 06:19:00 pm, Blogger 0okm said...

>> Andy819
oh sorry i forget it

iso file rename to umd.iso
and put it in msroot

ms:/umd.iso

 
At 8/15/2006 10:08:00 pm, Blogger Enes said...

ditto all the others

 
At 8/15/2006 10:20:00 pm, Blogger Enes said...

Maybe someone can try that who has not TA 082...

 

Post a Comment

<< Home