aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotaz2010-12-12 18:44:00 +0200
committernotaz2010-12-14 15:25:05 +0200
commit367b1b93e323bd0a8e1b5ad59cc07a4e7f296fd6 (patch)
treec70043a3a14538fcae30608ebfb212bef1762d8c
parent3c70c47bb2fa50066c4c3b23813253e03b8751fe (diff)
downloadpcsx_rearmed-367b1b93e323bd0a8e1b5ad59cc07a4e7f296fd6.tar.gz
pcsx_rearmed-367b1b93e323bd0a8e1b5ad59cc07a4e7f296fd6.tar.bz2
pcsx_rearmed-367b1b93e323bd0a8e1b5ad59cc07a4e7f296fd6.zip
spu: disable SPUIRQWait, it only seems to cause problems
-rw-r--r--plugins/dfsound/cfg.c2
-rw-r--r--plugins/dfsound/spu.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfsound/cfg.c b/plugins/dfsound/cfg.c
index cc8eeea..7d087bb 100644
--- a/plugins/dfsound/cfg.c
+++ b/plugins/dfsound/cfg.c
@@ -157,7 +157,7 @@ void ReadConfigSPU(void)
{
iVolume=2;
iXAPitch=0;
- iSPUIRQWait=1;
+ iSPUIRQWait=0;
iUseTimer=2;
iUseReverb=2;
iUseInterpolation=2;
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index 7805828..b71b914 100644
--- a/plugins/dfsound/spu.c
+++ b/plugins/dfsound/spu.c
@@ -923,7 +923,7 @@ long CALLBACK SPUinit(void)
pMixIrq = 0;
memset((void *)s_chan, 0, (MAXCHAN + 1) * sizeof(SPUCHAN));
pSpuIrq = 0;
- iSPUIRQWait = 1;
+ iSPUIRQWait = 0;
lastch = -1;
ReadConfigSPU(); // read user stuff