X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fregisters.c;h=2f5774944b2fcc172bc0e5b69f6b57fc3db5225f;hb=53d4b74d2fa40b17d4c692b9f3ed74fe40428926;hp=a8fb59ed264a845bbb2cd4e9778e5b21f725722a;hpb=88b0dc1df1a0e7b6ec0a505bcb0c19061f8dab6e;p=pcsx_rearmed.git diff --git a/plugins/dfsound/registers.c b/plugins/dfsound/registers.c index a8fb59ed..2f577494 100644 --- a/plugins/dfsound/registers.c +++ b/plugins/dfsound/registers.c @@ -506,7 +506,7 @@ static void SetPitch(int ch,unsigned short val) // SET PITCH spu.s_chan[ch].iRawPitch = NP; spu.s_chan[ch].sinc = NP << 4; spu.s_chan[ch].sinc_inv = 0; - spu.SB[ch * SB_SIZE + 32] = 1; // -> freq change in simple interpolation mode: set flag + spu.s_chan[ch].bNewPitch = 1; // don't mess spu.dwChannelsAudible as adsr runs independently }