mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 07:05:46 -04:00
CDROM: Use partial seek position when re-seeking
This commit is contained in:
@ -1034,6 +1034,10 @@ void CDROM::ExecuteCommand()
|
||||
{
|
||||
const bool logical = (m_command == Command::SeekL);
|
||||
Log_DebugPrintf("CDROM %s command", logical ? "SeekL" : "SeekP");
|
||||
|
||||
if (IsSeeking())
|
||||
UpdatePositionWhileSeeking();
|
||||
|
||||
if (!CanReadMedia())
|
||||
{
|
||||
SendErrorResponse(STAT_ERROR, 0x80);
|
||||
|
Reference in New Issue
Block a user