diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-23 20:36:22 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-23 20:36:22 +0000 |
| commit | b9d454cc7dc4ddb0ae87eaf5020d32aeec6c6fd0 (patch) | |
| tree | c450b52c83b865875345b4c041739e786e28b30c | |
| parent | 3de3fe16d3b0eb823b64de2b6d7f4949a642b87b (diff) | |
| download | pcsxr-b9d454cc7dc4ddb0ae87eaf5020d32aeec6c6fd0.tar.gz | |
dfsound - hopkat-fix
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61444 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | plugins/dfsound/spu.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |
