CD-ROM: IOCTL now detects medium changes without having to read the host drive's TOC on every operation, improves performance.
This commit is contained in:
@@ -1992,7 +1992,8 @@ static const cdrom_ops_t image_ops = {
|
||||
image_is_dvd,
|
||||
image_has_audio,
|
||||
NULL,
|
||||
image_close
|
||||
image_close,
|
||||
NULL
|
||||
};
|
||||
|
||||
/* Public functions. */
|
||||
|
||||
Reference in New Issue
Block a user