mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 07:25:47 -04:00
Pad: Fix long transmit delay breaking other things
This commit is contained in:
@ -152,6 +152,8 @@ void Pad::Execute(TickCount ticks)
|
||||
m_ticks_remaining -= ticks;
|
||||
if (m_ticks_remaining <= 0)
|
||||
DoTransfer();
|
||||
else
|
||||
m_system->SetDowncount(m_ticks_remaining);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user