aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu.c
diff options
context:
space:
mode:
authorTwinaphex2016-04-22 17:06:53 +0200
committerTwinaphex2016-04-22 17:06:53 +0200
commit18ef7635b0b265350eb8304a26edeb8d4b0b2e19 (patch)
tree93e9704ebb9395c4f6c7bab847d9df7abb005d3d /plugins/dfsound/spu.c
parent4ed8f00a1221b15925117f1c7413b4640e6e7198 (diff)
parent163249087400935f084080127990bc762e83319c (diff)
downloadpcsx_rearmed-18ef7635b0b265350eb8304a26edeb8d4b0b2e19.tar.gz
pcsx_rearmed-18ef7635b0b265350eb8304a26edeb8d4b0b2e19.tar.bz2
pcsx_rearmed-18ef7635b0b265350eb8304a26edeb8d4b0b2e19.zip
Merge pull request #33 from dankcushions/master
Merging in latest upstream changes
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