aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-03-10 16:29:08 +0000
committerEugene Sandulenko2005-03-10 16:29:08 +0000
commit3cf691e9f9d0aafad14b76272201a0cfac2e8a76 (patch)
treee0521bdf7843109f50f10cbc52f301c401c3ee0b /base/gameDetector.h
parentcc2c2dd9313530a55aa455238c0194b316521312 (diff)
downloadscummvm-rg350-3cf691e9f9d0aafad14b76272201a0cfac2e8a76.tar.gz
scummvm-rg350-3cf691e9f9d0aafad14b76272201a0cfac2e8a76.tar.bz2
scummvm-rg350-3cf691e9f9d0aafad14b76272201a0cfac2e8a76.zip
Add --force-1x-overlay command line option as discussed in bugreport
#1160454 "ALL: Failed assertion when using 1x scaler" svn-id: r17067
Diffstat (limited to 'base/gameDetector.h')
-rw-r--r--base/gameDetector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/gameDetector.h b/base/gameDetector.h
index 41ccf39040..dc9dc1ed6f 100644
--- a/base/gameDetector.h
+++ b/base/gameDetector.h
@@ -59,6 +59,8 @@ public:
bool _dumpScripts;
+ bool _force1xOverlay;
+
void setTarget(const String &name);
public: