From 0a2c1e6f5025c20e7c476e305ddda1c1a6bd9eec Mon Sep 17 00:00:00 2001 From: aliaspider Date: Tue, 24 Nov 2015 13:47:28 +0100 Subject: add ASM_CPU and ASM_SPC700 build options. --- src/soundux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soundux.c') diff --git a/src/soundux.c b/src/soundux.c index 67f7127..4649d91 100644 --- a/src/soundux.c +++ b/src/soundux.c @@ -256,7 +256,7 @@ static void DecodeBlock(Channel* ch) int16* raw = ch->block = ch->decoded; -#ifdef ARM +#ifdef ASM_SPC700 DecodeBlockAsm(compressed, raw, &ch->previous [0], &ch->previous [1]); #else int32 out; -- cgit v1.2.3