In file cdrom_image.cpp, method
CDROM_Interface_Image::GetAudioSub()
if (track < 1) return false;
will fail to return on error from GetTrack();
(track is unsigned char)
But this doesn't fix the fact that the leadout track is
being shown as a regular track, as for example with audio
CDs; thought I'm not sure this is not the actual behavior
under DOS.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=218084
In file cdrom_image.cpp, method
CDROM_Interface_Image::GetAudioSub()
if (track < 1) return false;
will fail to return on error from GetTrack();
(track is unsigned char)
But this doesn't fix the fact that the leadout track is
being shown as a regular track, as for example with audio
CDs; thought I'm not sure this is not the actual behavior
under DOS.