Fixed CD-ROM initialisation broken by config changes.

This commit is contained in:
SarahW 2017-05-17 19:13:23 +01:00
commit 85e7829244
2 changed files with 7 additions and 0 deletions

View file

@ -411,6 +411,7 @@ void resetpchard()
}
else
{
ioctl_set_drive(cdrom_drive);
ioctl_reset();
}
}