From 5985310d64045cfea39998dda6ad45577d966392 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 18 Mar 2003 06:53:47 +0000 Subject: add GF_DEFAULT_TO_1X_SCALER svn-id: r6830 --- common/gameDetector.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/gameDetector.h') 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; -- cgit v1.2.3