diff options
author | Eugene Sandulenko | 2005-09-20 18:16:09 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-09-20 18:16:09 +0000 |
commit | aa33153569afda655b988a4c9a1efee261ca107e (patch) | |
tree | 7a9cbf46280a62bc8c582fa77e9939d4d8f883e6 /backends/epoc | |
parent | a0cff37f0697cd0082ca5fabac38159b265f4471 (diff) | |
download | scummvm-rg350-aa33153569afda655b988a4c9a1efee261ca107e.tar.gz scummvm-rg350-aa33153569afda655b988a4c9a1efee261ca107e.tar.bz2 scummvm-rg350-aa33153569afda655b988a4c9a1efee261ca107e.zip |
Normalize use of DISABLE_SCALERS. Now it really disables all scalers
except essential Normal1x. Also thumbnails get compiled unconditionally
so we get them on all platforms, even those which never display them.
Sorted out mess brought to sdl backend by epoc maintainer. He misused
__SYMBIAN32__ where DISABLE_SCALERS is more appropriate.
svn-id: r18850
Diffstat (limited to 'backends/epoc')
-rw-r--r-- | backends/epoc/portdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/epoc/portdefs.h b/backends/epoc/portdefs.h index 4bcf1a56ca..6a475019bf 100644 --- a/backends/epoc/portdefs.h +++ b/backends/epoc/portdefs.h @@ -36,7 +36,7 @@ // the place in Symbian FS where scummvm.ini & std***.txt are saved #define SYMBIAN32_DOC_DIR "C:\\documents\\EScummVM\\" // includes final \\! -#define DISABLE_HQ_SCALERS // we only need 1x +#define DISABLE_SCALERS // we only need 1x // hack in some tricks to work around not having these fcns for Symbian // and we _really_ don't wanna link with any other windows LIBC library! |