aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorRobin Watts2008-02-03 01:26:12 +0000
committerRobin Watts2008-02-03 01:26:12 +0000
commit5b64d512abb6f6a836d49559907e43a7719b62ef (patch)
tree8acbdb68564ae8f57854af11ec45e097559ceccc /backends
parent899fdcb3677925a8c1d9b4c9335ae17a2f1cccff (diff)
downloadscummvm-rg350-5b64d512abb6f6a836d49559907e43a7719b62ef.tar.gz
scummvm-rg350-5b64d512abb6f6a836d49559907e43a7719b62ef.tar.bz2
scummvm-rg350-5b64d512abb6f6a836d49559907e43a7719b62ef.zip
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
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/wince/Makefile2
1 files changed, 1 insertions, 1 deletions
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. ##