diff options
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. |