aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler.h
diff options
context:
space:
mode:
authorAndre Heider2010-05-09 12:30:20 +0000
committerAndre Heider2010-05-09 12:30:20 +0000
commit998531a0221646cb23bc053919e341b339522ca5 (patch)
tree9b44a643bd9ed924ddf528528c95af7d502534df /graphics/scaler.h
parent37e5691f1e375316ac85de54cc26f1675c9297d4 (diff)
downloadscummvm-rg350-998531a0221646cb23bc053919e341b339522ca5.tar.gz
scummvm-rg350-998531a0221646cb23bc053919e341b339522ca5.tar.bz2
scummvm-rg350-998531a0221646cb23bc053919e341b339522ca5.zip
Since configure allows HQ scalers without the normal onces, allow this combination.
svn-id: r48979
Diffstat (limited to 'graphics/scaler.h')
-rw-r--r--graphics/scaler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/scaler.h b/graphics/scaler.h
index 22bda5273a..1ee1503967 100644
--- a/graphics/scaler.h
+++ b/graphics/scaler.h
@@ -42,7 +42,6 @@ typedef void ScalerProc(const uint8 *srcPtr, uint32 srcPitch,
DECLARE_SCALER(Normal1x);
#ifdef USE_SCALERS
-
DECLARE_SCALER(Normal2x);
DECLARE_SCALER(Normal3x);
DECLARE_SCALER(Normal1o5x);
@@ -56,14 +55,13 @@ DECLARE_SCALER(AdvMame3x);
DECLARE_SCALER(TV2x);
DECLARE_SCALER(DotMatrix);
+#endif // #ifdef USE_SCALERS
#ifdef USE_HQ_SCALERS
DECLARE_SCALER(HQ2x);
DECLARE_SCALER(HQ3x);
#endif
-#endif // #ifdef USE_SCALERS
-
// creates a 160x100 thumbnail for 320x200 games
// and 160x120 thumbnail for 320x240 and 640x480 games
// only 565 mode