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=c2502333b2e56e520bb9ecc2f931a639eee415d7;hpb=1e0eac2348343c8a046f7a75d460f087556cf7f6 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