summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-31 03:17:22 +0000
committerSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-31 03:17:22 +0000
commit734a01834401f882c137996c48f5408650a003e3 (patch)
tree7150ef4dd52725463612892b7414cc42a941a827 /plugins
parent36147d44287432020c832a96090e6b8e0d78da82 (diff)
downloadpcsxr-734a01834401f882c137996c48f5408650a003e3.tar.gz
hopkat
-cdrom- cdda sync (2/x) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61647 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dfsound/spu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index 9521f6f0..f6c8ebd5 100644
--- a/plugins/dfsound/spu.c
+++ b/plugins/dfsound/spu.c
@@ -551,7 +551,7 @@ static void *MAINThread(void *arg)
if(dwNewChannel) // new channel should start immedately?
{ // (at least one bit 0 ... MAXCHANNEL is set?)
iSecureStart++; // -> set iSecure
- if(iSecureStart>0) iSecureStart=0; // (if it is set 5 times - that means on 5 tries a new samples has been started - in a row, we will reset it, to give the sound update a chance)
+ if(iSecureStart>1) iSecureStart=0; // (if it is set 5 times - that means on 5 tries a new samples has been started - in a row, we will reset it, to give the sound update a chance)
}
else iSecureStart=0; // 0: no new channel should start