aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gameDetector.h')
-rw-r--r--base/gameDetector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/gameDetector.h b/base/gameDetector.h
index c5dfee405c..c5a7afedb9 100644
--- a/base/gameDetector.h
+++ b/base/gameDetector.h
@@ -35,9 +35,9 @@ 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
+// GF_HAS_SPEECH = 1 << 28,
+// GF_HAS_SUBTITLES = 1 << 29,
+ GF_DEFAULT_TO_1X_SCALER = 1 << 30
};
enum MidiDriverType {