aboutsummaryrefslogtreecommitdiff
path: root/source/soundux.c
diff options
context:
space:
mode:
authortwinaphex2014-11-01 08:25:16 +0100
committertwinaphex2014-11-01 08:25:16 +0100
commit889f89ec26526a82d7e67438073f1bf92f4258df (patch)
tree9a520f57fb85571620ecf838990b26fb4dc2595c /source/soundux.c
parentbbac1324c6135fc17641fe12f5aa2b7c3623483c (diff)
downloadsnes9x2005-889f89ec26526a82d7e67438073f1bf92f4258df.tar.gz
snes9x2005-889f89ec26526a82d7e67438073f1bf92f4258df.tar.bz2
snes9x2005-889f89ec26526a82d7e67438073f1bf92f4258df.zip
Add Android JNI Makefiles and Makefile.common
Diffstat (limited to 'source/soundux.c')
-rw-r--r--source/soundux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/soundux.c b/source/soundux.c
index 23b2abe..1ddbd48 100644
--- a/source/soundux.c
+++ b/source/soundux.c
@@ -510,7 +510,7 @@ void AltDecodeBlock(Channel* ch)
if ((ch->last_block = filter & 1))
ch->loop = (filter & 2) != 0;
-#if (defined (USE_X86_ASM) && (defined (__i386__) || defined (__i486__) ||\
+#if !defined(ANDROID) && (defined (USE_X86_ASM) && (defined (__i386__) || defined (__i486__) ||\
defined (__i586__) || defined (__WIN32__) || defined (__DJGPP)))
int16* raw = ch->block = ch->decoded;