Merge pull request #712 from reicast/feat/imgread-readmiss-with-sector
imgread/common: On read error, print the sector that failed
This commit is contained in:
commit
7de36d56ec
|
@ -200,7 +200,7 @@ struct Disc
|
|||
}
|
||||
else
|
||||
{
|
||||
printf("Sector Read miss\n");
|
||||
printf("Sector Read miss FAD: %d\n", FAD);
|
||||
}
|
||||
dst+=fmt;
|
||||
FAD++;
|
||||
|
|
Loading…
Reference in New Issue