[Scummvm-cvs-logs] scummvm master -> ede8b063cc936feff74569e79f93e138b9d2a250

tramboi bertrand_augereau at yahoo.fr
Fri Aug 31 19:10:32 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ede8b063cc SCUMM: Workaround : USE_ARM_COSTUME_ASM is buggy as visible during Indy 4 intro on OpenPandora, iPhone and probably othe


Commit: ede8b063cc936feff74569e79f93e138b9d2a250
    https://github.com/scummvm/scummvm/commit/ede8b063cc936feff74569e79f93e138b9d2a250
Author: Bertrand Augereau (bertrand_augereau at yahoo.fr)
Date: 2012-08-31T10:08:50-07:00

Commit Message:
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)

Changed paths:
    configure



diff --git a/configure b/configure
index 5c6deac..2a86a5a 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"
 		;;






More information about the Scummvm-git-logs mailing list