8/07/2006

Success Emulate UMD on FW2.60 ^o^

Success Emulate UMD on FW2.60 :
  Open and Read file inside ISO by

SceUID fd = sceIoOpen("disc0:/xxx", PSP_O_RDONLY, 0777);
sceIoRead(fd, buffer, size);
sceIoClose(fd);


TODO :
  LoadExec ISO's BOOT.BIN by

sceKernelLoadExec("disc0:/PSP_GAME/SYSDIR/BOOT.BIN", ¶m);

3 Comments:

At 8/07/2006 02:25:00 pm, Blogger 0okm said...

>> cyanide_nfs
the code is after load the iso to "Emulate UMD"
then can use
sceIoOpen("disc0:/xxx", PSP_O_RDONLY, 0777);
to read file inside iso :P

 
At 8/10/2006 05:23:00 pm, Blogger Mark said...

thank you thank you thank you thank you!

 
At 11/17/2006 01:18:00 pm, Blogger 'tit Fred said...

Hello Ookm,

I have a psp 2.6 (not TA-82).
Could you provide me with full instructions to load iso from the memory stick, please ?

@:lecourrierestchaud@hotmail.com

many many thanks

 

Post a Comment

<< Home