From b9d454cc7dc4ddb0ae87eaf5020d32aeec6c6fd0 Mon Sep 17 00:00:00 2001 From: "SND\\shalma_cp" Date: Thu, 23 Dec 2010 20:36:22 +0000 Subject: dfsound - hopkat-fix git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61444 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfsound/spu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index 869f9b8c..14aa01b3 100644 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -814,12 +814,13 @@ GOON: ; if(s_chan[ch].bRVBActive) StoreREVERB(ch,ns); } + + s_chan[ch].spos += s_chan[ch].sinc; } //////////////////////////////////////////////// // ok, go on until 1 ms data of this channel is collected ns++; - s_chan[ch].spos += s_chan[ch].sinc; } // end ns } -- cgit v1.2.3