mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 06:35:42 -04:00
SPU: Clear ENDX flag on key on
This commit is contained in:
parent
be9033b6c0
commit
a5ff904b33
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user