diff options
author | Lars Persson | 2008-11-06 19:03:11 +0000 |
---|---|---|
committer | Lars Persson | 2008-11-06 19:03:11 +0000 |
commit | 54b94fdf037bcaf1f9df678f26a23e241a1d8e21 (patch) | |
tree | 645fd9d0e7adbe2d44431bac580280b0fc1033d9 /backends/platform/symbian/src | |
parent | 40136f25909bd8773cac0f08740a36037395e9a7 (diff) | |
download | scummvm-rg350-54b94fdf037bcaf1f9df678f26a23e241a1d8e21.tar.gz scummvm-rg350-54b94fdf037bcaf1f9df678f26a23e241a1d8e21.tar.bz2 scummvm-rg350-54b94fdf037bcaf1f9df678f26a23e241a1d8e21.zip |
Set vector renderer format
svn-id: r34917
Diffstat (limited to 'backends/platform/symbian/src')
-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 ab8333c986..a5a4511e60 100644 --- a/backends/platform/symbian/src/portdefs.h +++ b/backends/platform/symbian/src/portdefs.h @@ -35,6 +35,8 @@ #include <e32std.h> #include <math.h> +#define VECTOR_RENDERER_FORMAT 565 + #if defined(USE_TREMOR) && !defined(USE_VORBIS) #define USE_VORBIS // make sure this one is defined together with USE_TREMOR! #endif |