From 1dac4fbd557fc07be1bbc0dbbe94b1705b601a2a Mon Sep 17 00:00:00 2001
From: Filippos Karapetis
Date: Thu, 4 Nov 2010 15:58:53 +0000
Subject: SCI/SCUMMVM: Added an option to enable the dithering removal
algorithm (so called "undithering") in the graphics options tab. The
algorithm is now disabled by default, after popular demand. In retrospect, we
really shouldn't have made it default, in order to preserve the authenticity
of the graphics in early SCI EGA games, and allow the user to opt in and
enable the option if needed. Unfortunately, the lack of an easy way to modify
the option made it hard to do so.
svn-id: r54066
---
gui/themes/scummclassic/classic_layout.stx | 3 +++
gui/themes/scummclassic/classic_layout_lowres.stx | 3 +++
2 files changed, 6 insertions(+)
(limited to 'gui/themes/scummclassic')
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx
index 74b8bf4b2c..20301192cf 100644
--- a/gui/themes/scummclassic/classic_layout.stx
+++ b/gui/themes/scummclassic/classic_layout.stx
@@ -218,6 +218,9 @@
+
diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx
index 65083f4bce..7cfe1a3157 100644
--- a/gui/themes/scummclassic/classic_layout_lowres.stx
+++ b/gui/themes/scummclassic/classic_layout_lowres.stx
@@ -216,6 +216,9 @@
+
--
cgit v1.2.3