Slightly modified CD-ROM disc change handling and behavior of the REQUEST SENSE command.

This commit is contained in:
OBattler
2016-12-23 21:35:39 +01:00
parent dda3ff99b9
commit 645efe1f7d
3 changed files with 16 additions and 12 deletions

View File

@@ -95,10 +95,11 @@ static int iso_medium_changed(void)
{
return 0;
}
if (old_cdrom_drive != cdrom_drive)
{
old_cdrom_drive = cdrom_drive;
return 0;
return 1;
}
if (iso_changed)