Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
a302227470
1 changed files with 5 additions and 0 deletions
|
@ -394,9 +394,14 @@ void SSI263::Update(void)
|
|||
#endif
|
||||
|
||||
if (m_phonemeAccurateLengthRemaining)
|
||||
{
|
||||
m_phonemeCompleteByFullSpeed = true; // Let UpdateAccurateLength() call UpdateIRQ()
|
||||
m_lastUpdateCycle = MB_GetLastCumulativeCycles(); // Set m_lastUpdateCycle, otherwise UpdateAccurateLength() just early-returns!
|
||||
}
|
||||
else
|
||||
{
|
||||
UpdateIRQ();
|
||||
}
|
||||
}
|
||||
|
||||
m_updateWasFullSpeed = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue