diff options
| author | Kostas Nakos | 2007-02-04 17:45:00 +0000 |
|---|---|---|
| committer | Kostas Nakos | 2007-02-04 17:45:00 +0000 |
| commit | b7160638bf2be269c231a63d25222419f5f6e46b (patch) | |
| tree | 827b1f3f1483366db14afd9854573ebed512a3f4 | |
| parent | 0ed752aa6ee77a6a5262c366c41e1d08ba3ab44c (diff) | |
| download | scummvm-rg350-b7160638bf2be269c231a63d25222419f5f6e46b.tar.gz scummvm-rg350-b7160638bf2be269c231a63d25222419f5f6e46b.tar.bz2 scummvm-rg350-b7160638bf2be269c231a63d25222419f5f6e46b.zip | |
permit compilation with hq scalers disabled
svn-id: r25390
| -rw-r--r-- | backends/platform/wince/wince-sdl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/wince/wince-sdl.cpp b/backends/platform/wince/wince-sdl.cpp index 88cc25f36b..4a3b657155 100644 --- a/backends/platform/wince/wince-sdl.cpp +++ b/backends/platform/wince/wince-sdl.cpp @@ -1101,6 +1101,7 @@ bool OSystem_WINCE3::setGraphicsMode(int mode) { _scaleFactor = 3; _scalerProc = AdvMame3x; break; +#ifndef DISABLE_HQ_SCALERS case GFX_HQ2X: _scaleFactor = 2; _scalerProc = HQ2x; @@ -1109,6 +1110,7 @@ bool OSystem_WINCE3::setGraphicsMode(int mode) { _scaleFactor = 3; _scalerProc = HQ3x; break; +#endif case GFX_TV2X: _scaleFactor = 2; _scalerProc = TV2x; |
