mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 20:05:47 -04:00
SPU: Clear ENDX flag on key on
This commit is contained in:
@ -697,7 +697,10 @@ void SPU::Execute(TickCount ticks)
|
||||
key_off_register >>= 1;
|
||||
|
||||
if (key_on_register & 1u)
|
||||
{
|
||||
m_endx_register &= ~(1u << voice);
|
||||
m_voices[voice].KeyOn();
|
||||
}
|
||||
key_on_register >>= 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user