mirror of
https://github.com/holub/mame
synced 2025-05-02 20:46:41 +03:00
fix Ken's double whine in sfiii
This commit is contained in:
parent
8f33055bd0
commit
cc6dc6d29e
@ -109,8 +109,7 @@ void cps3_sound_device::sound_stream_update(sound_stream &stream, stream_sample_
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// key off
|
// sample end (don't force key off)
|
||||||
m_key &= ~(1 << i);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user