mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 04:40:39 +00:00
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)
This commit is contained in:
parent
da0f274411
commit
ede8b063cc
4
configure
vendored
4
configure
vendored
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user