diff options
author | Lars Persson | 2010-01-25 08:56:50 +0000 |
---|---|---|
committer | Lars Persson | 2010-01-25 08:56:50 +0000 |
commit | 356bebc7b002a222c6450a4f613858a5aaf173fe (patch) | |
tree | 71c8a077c872dd6f0c21911eebc53fa2923ac31f /backends | |
parent | 2eb16caade37b77928da2df73c5a86a055639c9d (diff) | |
download | scummvm-rg350-356bebc7b002a222c6450a4f613858a5aaf173fe.tar.gz scummvm-rg350-356bebc7b002a222c6450a4f613858a5aaf173fe.tar.bz2 scummvm-rg350-356bebc7b002a222c6450a4f613858a5aaf173fe.zip |
Turn off ARM asm for Costume until its fixed
svn-id: r47549
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/symbian/src/portdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h index 2a26771a0a..e2cf7625e8 100644 --- a/backends/platform/symbian/src/portdefs.h +++ b/backends/platform/symbian/src/portdefs.h @@ -124,7 +124,9 @@ #ifndef __WINS__ #define USE_ARM_GFX_ASM #define USE_ARM_SMUSH_ASM +#ifdef COSTUME_IS_NOT_BROKEN_ANYMORE #define USE_ARM_COSTUME_ASM +#endif #define USE_ARM_SOUND_ASM #endif // This is not really functioning yet. |