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:
Stefanos Kornilios Mitsis Poiitidis 2015-07-29 00:49:21 +02:00
commit 7de36d56ec
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ struct Disc
}
else
{
printf("Sector Read miss\n");
printf("Sector Read miss FAD: %d\n", FAD);
}
dst+=fmt;
FAD++;