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:
OBattler
2025-02-03 10:57:19 +01:00
parent a8918de768
commit 35a12e0826
9 changed files with 340 additions and 192 deletions

View File

@@ -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. */