mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 08:35:42 -04:00
Pad: Fix long transmit delay breaking other things
This commit is contained in:
parent
d65c9b3592
commit
1f13c4ad2c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user