aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu.c
diff options
context:
space:
mode:
authordankcushions2016-04-22 15:05:41 +0100
committerdankcushions2016-04-22 15:05:41 +0100
commitcb4d282af668df3bdbd428be5a5ad26996cd0f4f (patch)
tree93e9704ebb9395c4f6c7bab847d9df7abb005d3d /plugins/dfsound/spu.c
parent4ed8f00a1221b15925117f1c7413b4640e6e7198 (diff)
parent4da64aea132e752bfea9448238599653e741b465 (diff)
downloadpcsx_rearmed-cb4d282af668df3bdbd428be5a5ad26996cd0f4f.tar.gz
pcsx_rearmed-cb4d282af668df3bdbd428be5a5ad26996cd0f4f.tar.bz2
pcsx_rearmed-cb4d282af668df3bdbd428be5a5ad26996cd0f4f.zip
Merge branch 'master' of https://github.com/notaz/pcsx_rearmed into notaz-master
Diffstat (limited to 'plugins/dfsound/spu.c')
-rw-r--r--plugins/dfsound/spu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index c6a1bf5..0058ad2 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