aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.h
diff options
context:
space:
mode:
authorJonathan Gray2003-03-18 06:53:47 +0000
committerJonathan Gray2003-03-18 06:53:47 +0000
commit5985310d64045cfea39998dda6ad45577d966392 (patch)
tree92b5212ae5104c4c04b63f22175873399de3bf90 /common/gameDetector.h
parent0812d3bf444ef6c200d30b4d16d1b095fa571597 (diff)
downloadscummvm-rg350-5985310d64045cfea39998dda6ad45577d966392.tar.gz
scummvm-rg350-5985310d64045cfea39998dda6ad45577d966392.tar.bz2
scummvm-rg350-5985310d64045cfea39998dda6ad45577d966392.zip
add GF_DEFAULT_TO_1X_SCALER
svn-id: r6830
Diffstat (limited to 'common/gameDetector.h')
-rw-r--r--common/gameDetector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h
index e65bd24a2b..7eeeb479c8 100644
--- a/common/gameDetector.h
+++ b/common/gameDetector.h
@@ -68,6 +68,7 @@ enum GameFeatures {
GF_AMIGA = 1 << 14,
GF_HUMONGOUS = 1 << 15,
GF_NEW_COSTUMES = 1 << 16,
+ GF_DEFAULT_TO_1X_SCALER = 1 << 17,
GF_HAS_ROOMTABLE = GF_AFTER_V7,
GF_USE_ANGLES = GF_AFTER_V7,
@@ -147,6 +148,7 @@ public:
int _gfx_driver;
int _gfx_mode;
+ bool _default_gfx_mode;
int _cdrom;
int _save_slot;