aboutsummaryrefslogtreecommitdiff
path: root/common/scaler.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/scaler.h')
-rw-r--r--common/scaler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/scaler.h b/common/scaler.h
index 37f7be99ff..10d7e1161d 100644
--- a/common/scaler.h
+++ b/common/scaler.h
@@ -45,8 +45,11 @@ DECLARE_SCALER(Normal3x);
DECLARE_SCALER(Normal1o5x);
DECLARE_SCALER(TV2x);
DECLARE_SCALER(DotMatrix);
+
+#ifndef DISABLE_HQ_SCALERS
DECLARE_SCALER(HQ2x);
DECLARE_SCALER(HQ3x);
+#endif
FORCEINLINE int real2Aspect(int y) {
return y + (y + 1) / 5;