X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu.c;h=804a728833b54e7e2bb2e39d4d60a5a17e668d16;hp=7805828bcb8577f10a6c31d3d6b59e6eb03ce340;hb=7c49c8a2a0cd00c453425b0f88c7b117223c92f4;hpb=e906c010e1bea71ed4df425be97ce45dc777818c diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index 7805828b..804a7288 100644 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -441,7 +441,7 @@ INLINE int iGetInterpolationVal(int ch) static void *MAINThread(void *arg) { int s_1,s_2,fa,ns; -#ifndef _MACOSX +#if !defined(_MACOSX) && !defined(__arm__) int voldiv = iVolume; #else const int voldiv = 2; @@ -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