Fixed CD-ROM initialisation broken by config changes.
This commit is contained in:
parent
c518e3d137
commit
85e7829244
2 changed files with 7 additions and 0 deletions
1
src/pc.c
1
src/pc.c
|
|
@ -411,6 +411,7 @@ void resetpchard()
|
|||
}
|
||||
else
|
||||
{
|
||||
ioctl_set_drive(cdrom_drive);
|
||||
ioctl_reset();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue