From 367b1b93e323bd0a8e1b5ad59cc07a4e7f296fd6 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 12 Dec 2010 18:44:00 +0200 Subject: [PATCH] spu: disable SPUIRQWait, it only seems to cause problems --- plugins/dfsound/cfg.c | 2 +- plugins/dfsound/spu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2