aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2012-03-25 11:39:24 -0700
committerEugene Sandulenko2012-03-25 11:39:24 -0700
commitfe414c862cff9146fdb84bfd9f68593c1ed5c4b6 (patch)
tree0996871128f14634b79f742a8f20955561c5d6fb /engines/sci/detection.cpp
parentd801186185672b9df93184a11e8d980a2fafaead (diff)
parent346c1fe46120ef89348971a55b0181ca37d0582b (diff)
downloadscummvm-rg350-fe414c862cff9146fdb84bfd9f68593c1ed5c4b6.tar.gz
scummvm-rg350-fe414c862cff9146fdb84bfd9f68593c1ed5c4b6.tar.bz2
scummvm-rg350-fe414c862cff9146fdb84bfd9f68593c1ed5c4b6.zip
Merge pull request #216 from bluegr/gui_undither_move
GUI: Change the undithering checkbox to be an engine-specific option
Diffstat (limited to 'engines/sci/detection.cpp')
-rw-r--r--engines/sci/detection.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index 35666b2bf4..78df3065b2 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -365,6 +365,16 @@ Common::String convertSierraGameId(Common::String sierraId, uint32 *gameFlags, R
static const ADExtraGuiOptionsMap optionsList[] = {
{
+ GAMEOPTION_EGA_UNDITHER,
+ {
+ _s("EGA undithering"),
+ _s("Enable undithering in EGA games"),
+ "disable_dithering",
+ false
+ }
+ },
+
+ {
GAMEOPTION_PREFER_DIGITAL_SFX,
{
_s("Prefer digital sound effects"),