aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/registers.c
diff options
context:
space:
mode:
authornotaz2011-07-01 02:15:08 +0300
committernotaz2011-07-13 00:28:41 +0300
commit5238f6f8fcf43fb8506467b358ee976a8c5fdf6b (patch)
treed65b57c953ad177b1e81034e89f808b46a545446 /plugins/dfsound/registers.c
parent0e828e88b618067cfd112b2a8b8cdd4f2a7e04b3 (diff)
downloadpcsx_rearmed-5238f6f8fcf43fb8506467b358ee976a8c5fdf6b.tar.gz
pcsx_rearmed-5238f6f8fcf43fb8506467b358ee976a8c5fdf6b.tar.bz2
pcsx_rearmed-5238f6f8fcf43fb8506467b358ee976a8c5fdf6b.zip
dfsound: merge shalma's suggestions
http://www.gp32x.com/board/index.php?/topic/57973-pcsx-rearmed/page__view__findpost__p__952591
Diffstat (limited to 'plugins/dfsound/registers.c')
-rw-r--r--plugins/dfsound/registers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/registers.c b/plugins/dfsound/registers.c
index 19a0a46..c790525 100644
--- a/plugins/dfsound/registers.c
+++ b/plugins/dfsound/registers.c
@@ -168,7 +168,7 @@ void CALLBACK SPUwriteRegister(unsigned long reg, unsigned short val)
case 14: // loop?
//WaitForSingleObject(s_chan[ch].hMutex,2000); // -> no multithread fuckups
s_chan[ch].pLoop=spuMemC+((unsigned long)((val<<3)&~0xf));
- s_chan[ch].bIgnoreLoop=1;
+ //s_chan[ch].bIgnoreLoop=1;
//ReleaseMutex(s_chan[ch].hMutex); // -> oki, on with the thread
break;
//------------------------------------------------//