From cdb31c9557f464b452ce6dc78b58b7e73cd423d8 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 8 Feb 2011 01:32:53 +0200 Subject: frontend: enable SPUIRQWait by default --- plugins/dfsound/spu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index 084fccf..c455d3d 100644 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -925,7 +925,7 @@ long CALLBACK SPUinit(void) pMixIrq = 0; memset((void *)s_chan, 0, (MAXCHAN + 1) * sizeof(SPUCHAN)); pSpuIrq = 0; - iSPUIRQWait = 0; + //iSPUIRQWait = 0; lastch = -1; //ReadConfigSPU(); // read user stuff -- cgit v1.2.3