aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Augereau2012-08-31 19:08:50 +0200
committerBertrand Augereau2012-08-31 19:08:50 +0200
commitede8b063cc936feff74569e79f93e138b9d2a250 (patch)
tree9194ca77bb9abda359ed890bc2437442a85fe85c
parentda0f27441170d2c7559d3d923cac0b764007bbb7 (diff)
downloadscummvm-rg350-ede8b063cc936feff74569e79f93e138b9d2a250.tar.gz
scummvm-rg350-ede8b063cc936feff74569e79f93e138b9d2a250.tar.bz2
scummvm-rg350-ede8b063cc936feff74569e79f93e138b9d2a250.zip
SCUMM: Workaround : USE_ARM_COSTUME_ASM is buggy as visible during Indy 4 intro on OpenPandora, iPhone and probably others.
(The appearing logo is distorted)
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 5c6deace41..2a86a5a4c1 100755
--- a/configure
+++ b/configure
@@ -1839,7 +1839,9 @@ case $_host_cpu in
define_in_config_if_yes yes 'USE_ARM_SOUND_ASM'
define_in_config_if_yes yes 'USE_ARM_SMUSH_ASM'
define_in_config_if_yes yes 'USE_ARM_GFX_ASM'
- define_in_config_if_yes yes 'USE_ARM_COSTUME_ASM'
+ # FIXME: The following feature exhibits a bug during the intro scene of Indy 4
+ # (on Pandora and iPhone at least)
+ #define_in_config_if_yes yes 'USE_ARM_COSTUME_ASM'
DEFINES="$DEFINES -DARM_TARGET"
;;