diff options
author | Robin Watts | 2008-02-03 01:26:12 +0000 |
---|---|---|
committer | Robin Watts | 2008-02-03 01:26:12 +0000 |
commit | 5b64d512abb6f6a836d49559907e43a7719b62ef (patch) | |
tree | 8acbdb68564ae8f57854af11ec45e097559ceccc /backends/platform/wince | |
parent | 899fdcb3677925a8c1d9b4c9335ae17a2f1cccff (diff) | |
download | scummvm-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/platform/wince')
-rw-r--r-- | backends/platform/wince/Makefile | 2 |
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. ## |