quick change to make PCM channel mutable

This commit is contained in:
AArt1256 2024-08-09 18:10:20 +03:00
parent 37b58dbdb6
commit cf6d485f4c

View file

@ -183,6 +183,7 @@ void supervision_sound_stream_update(uint8 *stream, uint32 len)
else
s = (sample & 0xf0) >> 4;
s <<= 2;
s = ((ch_mask>>1)&1)?s:0;
chout[2] = 0;
if (m_dma.left) {
*left += s;