Search found 1 match

by SodR
Tue Apr 04, 2006 3:13 am
Forum: PSP Development
Topic: Reading information from UMD_DATA.BIN
Replies: 3
Views: 1841

This is taken from the flashmod 2.0 source: fd = sceIoOpen("disc0:/UMD_DATA.BIN", PSP_O_RDONLY, 0777); char game_id[10]; sceIoRead(fd, game_id, 10); sceIoClose(fd); fd = sceIoOpen("./GAMES/UCUS-98615/UMD_D...