aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/detection.cpp')
-rw-r--r--engines/sci/detection.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index 7f8424787b..fe95b0cf2f 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -424,6 +424,18 @@ static const ADExtraGuiOptionsMap optionsList[] = {
}
},
+#ifdef USE_RGB_COLOR
+ {
+ GAMEOPTION_HQ_VIDEO,
+ {
+ _s("Use high-quality video scaling"),
+ _s("Use linear interpolation when upscaling videos, where possible"),
+ "enable_hq_video",
+ true
+ }
+ },
+#endif
+
{
GAMEOPTION_PREFER_DIGITAL_SFX,
{