From: notaz Date: Sun, 12 Dec 2010 16:44:00 +0000 (+0200) Subject: spu: disable SPUIRQWait, it only seems to cause problems X-Git-Tag: r1~32 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=367b1b93e323bd0a8e1b5ad59cc07a4e7f296fd6 spu: disable SPUIRQWait, it only seems to cause problems --- diff --git a/plugins/dfsound/cfg.c b/plugins/dfsound/cfg.c index cc8eeea6..7d087bb8 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 7805828b..b71b9142 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