aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.h
diff options
context:
space:
mode:
authorMax Horn2003-12-21 15:29:52 +0000
committerMax Horn2003-12-21 15:29:52 +0000
commitf19f73eb5069b4f092714535e77efc0d6881c612 (patch)
treeee5e418571bb6ebdb8bb6b8e72cb926ef31f2bd7 /base/gameDetector.h
parent7b498fe7db91fa3e52d2c69bc9980f4609acc288 (diff)
downloadscummvm-rg350-f19f73eb5069b4f092714535e77efc0d6881c612.tar.gz
scummvm-rg350-f19f73eb5069b4f092714535e77efc0d6881c612.tar.bz2
scummvm-rg350-f19f73eb5069b4f092714535e77efc0d6881c612.zip
Make it possible for game detection functions to detect language/platform (not yet done by any detector, but will come with the MD5 detection code)
svn-id: r11811
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 e6cf2b3ace..903aaed508 100644
--- a/base/gameDetector.h
+++ b/base/gameDetector.h
@@ -34,6 +34,8 @@ class Plugin;
/** Global (shared) game feature flags. */
enum {
+// GF_HAS_SPEECH = 1 << 29,
+// GF_HAS_SUBTITLES = 1 << 30,
GF_DEFAULT_TO_1X_SCALER = 1 << 31
};