diff options
author | Lars Persson | 2008-02-03 12:36:57 +0000 |
---|---|---|
committer | Lars Persson | 2008-02-03 12:36:57 +0000 |
commit | 786c02db9c3be74605eeea59e573c762d7926938 (patch) | |
tree | 0fc502e53d795a01e8bfca141ef1facb1bd48069 | |
parent | deb6baf0dbeb5e08dba6bf66d70cee07d7c22d4f (diff) | |
download | scummvm-rg350-786c02db9c3be74605eeea59e573c762d7926938.tar.gz scummvm-rg350-786c02db9c3be74605eeea59e573c762d7926938.tar.bz2 scummvm-rg350-786c02db9c3be74605eeea59e573c762d7926938.zip |
GFX asm defines updated properly. Custume #define turned off since this is crashing.
svn-id: r30762
-rw-r--r-- | backends/platform/symbian/src/portdefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h index 734afe859c..71013c1ca8 100644 --- a/backends/platform/symbian/src/portdefs.h +++ b/backends/platform/symbian/src/portdefs.h @@ -134,8 +134,9 @@ #ifndef __WINS__ #define USE_ARM_GFX_ASM +#define ARM_USE_GFX_ASM #define USE_ARM_SMUSH_ASM -#define USE_ARM_COSTUME_ASM +//#define USE_ARM_COSTUME_ASM #define USE_ARM_SOUND_ASM #endif // somehow nobody has this function... |