From 5b64d512abb6f6a836d49559907e43a7719b62ef Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Sun, 3 Feb 2008 01:26:12 +0000 Subject: Introduce ARM code for commonest case of "proc3" costume blitting (as used for animation in SamNMax). Enabled by the USE_ARM_COSTUME_ASM define. Currently enabled for WinCE only. svn-id: r30750 --- backends/platform/wince/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform') diff --git a/backends/platform/wince/Makefile b/backends/platform/wince/Makefile index ea716b7b19..134c1cfe14 100644 --- a/backends/platform/wince/Makefile +++ b/backends/platform/wince/Makefile @@ -64,7 +64,7 @@ REMOTE_DIRECTORY = \Storage Card\Program Files\Scummvm USE_ARM_SOUND_ASM = 1 USE_ARM_SMUSH_ASM = 1 USE_ARM_GFX_ASM = 1 - +USE_ARM_COSTUME_ASM = 1 ######################################################################## ## Hopefully you shouldn't need to change anything below here. ## -- cgit v1.2.3