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:
a06c1d6
)
spu: kill voldiv on ARM too
author
notaz
<notasas@gmail.com>
Fri, 24 Dec 2010 22:27:55 +0000
(
00:27
+0200)
committer
notaz
<notasas@gmail.com>
Fri, 24 Dec 2010 22:27:55 +0000
(
00:27
+0200)
plugins/dfsound/spu.c
patch
|
blob
|
blame
|
history
diff --git
a/plugins/dfsound/spu.c
b/plugins/dfsound/spu.c
index
b71b914
..
804a728
100644
(file)
--- a/
plugins/dfsound/spu.c
+++ b/
plugins/dfsound/spu.c
@@
-441,7
+441,7
@@
INLINE int iGetInterpolationVal(int ch)
static void *MAINThread(void *arg)
{
int s_1,s_2,fa,ns;
-#if
ndef _MACOSX
+#if
!defined(_MACOSX) && !defined(__arm__)
int voldiv = iVolume;
#else
const int voldiv = 2;