X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu.c;h=0058ad260fd200b1d37f5df091d1bbd44121ec87;hp=c6a1bf5e53a9becf802e6feb555b56011001ec20;hb=8f2bb0cbd20c00475196d1efb72103b65e57bc66;hpb=8638b7ee92c5bad04f724b056efb47e390b2ad8c diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index c6a1bf5e..0058ad26 100644 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -35,7 +35,7 @@ #include "arm_features.h" #endif -#ifdef __ARM_ARCH_7A__ +#ifdef HAVE_ARMV7 #define ssat32_to_16(v) \ asm("ssat %0,#16,%1" : "=r" (v) : "r" (v)) #else