notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14f53a5
)
spu: ssat is ARMv6, not v7
author
notaz
<notasas@gmail.com>
Tue, 20 May 2025 23:54:37 +0000
(
02:54
+0300)
committer
notaz
<notasas@gmail.com>
Tue, 20 May 2025 23:56:41 +0000
(
02:56
+0300)
plugins/dfsound/spu.c
patch
|
blob
|
blame
|
history
diff --git
a/plugins/dfsound/spu.c
b/plugins/dfsound/spu.c
index
0954be5
..
c14f646
100644
(file)
--- a/
plugins/dfsound/spu.c
+++ b/
plugins/dfsound/spu.c
@@
-33,7
+33,7
@@
#include "arm_features.h"
#endif
-#ifdef HAVE_ARMV
7
+#ifdef HAVE_ARMV
6
#define ssat32_to_16(v) \
asm("ssat %0,#16,%1" : "=r" (v) : "r" (v))
#else