mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 19:45:46 -04:00
CDROM: Fix incorrect delay on setmode while shell opening
This commit is contained in:
@ -1064,7 +1064,7 @@ void CDROM::ExecuteCommand(TickCount ticks_late)
|
||||
ClearDriveState();
|
||||
}
|
||||
}
|
||||
else if (m_drive_state != DriveState::SeekingImplicit)
|
||||
else if (m_drive_state != DriveState::SeekingImplicit && m_drive_state != DriveState::ShellOpening)
|
||||
{
|
||||
// if we're seeking or reading, we need to add time to the current seek/read
|
||||
const TickCount change_ticks = GetTicksForSpeedChange();
|
||||
|
Reference in New Issue
Block a user