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:
>> 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
thank you thank you thank you thank you!
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