From ff2ddb2b4ee24f73d172bd2f0630adb7aabd6f12 Mon Sep 17 00:00:00 2001 From: "SND\\shalma_cp" Date: Thu, 16 Dec 2010 03:04:20 +0000 Subject: dfsound - spu.c - (Hopkat) fix VAG $2 silence - fixes funny sounds (release too long) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61220 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfsound/spu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index 03f39c5c..74c3fca0 100644 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -539,7 +539,7 @@ static void *MAINThread(void *arg) { start=s_chan[ch].pCurr; // set up the current pos - if (start == (unsigned char*)-1) // special "stop" sign + if (s_chan[ch].iSilent || start == (unsigned char*)-1) // special "stop" sign { s_chan[ch].bOn=0; // -> turn everything off s_chan[ch].ADSRX.lVolume=0; -- cgit v1.2.3