From: notaz Date: Fri, 24 Dec 2010 22:27:55 +0000 (+0200) Subject: spu: kill voldiv on ARM too X-Git-Tag: r1~7 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=cfe71c00d61819b76744f7163316d98cc389c91e;hp=a06c1d6e156b90ce9bfa18664256dfe8f815857e spu: kill voldiv on ARM too --- 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;