diff options
| author | Andre Heider | 2010-05-09 11:00:17 +0000 |
|---|---|---|
| committer | Andre Heider | 2010-05-09 11:00:17 +0000 |
| commit | a3e428f6dbfd39c14495909b5e748d8581e3ad2b (patch) | |
| tree | a8385d0bdfc21d8a3a279a12e85aab920e266ef1 /backends/platform/linuxmoto | |
| parent | cff786341f22352066da235a288b876c3c2b1612 (diff) | |
| download | scummvm-rg350-a3e428f6dbfd39c14495909b5e748d8581e3ad2b.tar.gz scummvm-rg350-a3e428f6dbfd39c14495909b5e748d8581e3ad2b.tar.bz2 scummvm-rg350-a3e428f6dbfd39c14495909b5e748d8581e3ad2b.zip | |
Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to configure.
svn-id: r48977
Diffstat (limited to 'backends/platform/linuxmoto')
| -rw-r--r-- | backends/platform/linuxmoto/linuxmoto-graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/linuxmoto/linuxmoto-graphics.cpp b/backends/platform/linuxmoto/linuxmoto-graphics.cpp index 01d954f9b9..8f718c82f6 100644 --- a/backends/platform/linuxmoto/linuxmoto-graphics.cpp +++ b/backends/platform/linuxmoto/linuxmoto-graphics.cpp @@ -422,7 +422,7 @@ void OSystem_LINUXMOTO::internUpdateScreen() { r->x = dst_x; r->y = dst_y; -#ifndef DISABLE_SCALERS +#ifdef USE_SCALERS if (_videoMode.aspectRatioCorrection && orig_dst_y < height && !_overlayVisible) r->h = stretch200To240((uint8 *) _hwscreen->pixels, dstPitch, r->w, r->h, r->x, r->y, orig_dst_y * scale1); #endif |
