quick change to make PCM channel mutable
This commit is contained in:
parent
37b58dbdb6
commit
cf6d485f4c
|
@ -183,6 +183,7 @@ void supervision_sound_stream_update(uint8 *stream, uint32 len)
|
||||||
else
|
else
|
||||||
s = (sample & 0xf0) >> 4;
|
s = (sample & 0xf0) >> 4;
|
||||||
s <<= 2;
|
s <<= 2;
|
||||||
|
s = ((ch_mask>>1)&1)?s:0;
|
||||||
chout[2] = 0;
|
chout[2] = 0;
|
||||||
if (m_dma.left) {
|
if (m_dma.left) {
|
||||||
*left += s;
|
*left += s;
|
||||||
|
|
Loading…
Reference in a new issue