mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00: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…
Reference in a new issue