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=b71b9142fe9b827a982b02a23270de583007a6fe;hb=7c49c8a2a0cd00c453425b0f88c7b117223c92f4;hpb=367b1b93e323bd0a8e1b5ad59cc07a4e7f296fd6 diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index b71b9142..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;