diff options
Diffstat (limited to 'common/gameDetector.h')
-rw-r--r-- | common/gameDetector.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h index fd2f4e90b6..6c6d6eee5e 100644 --- a/common/gameDetector.h +++ b/common/gameDetector.h @@ -86,6 +86,10 @@ enum GameFeatures { GF_HUMONGOUS = 1 << 15, GF_NEW_COSTUMES = 1 << 16, GF_DEFAULT_TO_1X_SCALER = 1 << 17, + GF_AFTER_V2 = 1 << 18, + GF_AFTER_V3 = 1 << 19, + GF_AFTER_V4 = 1 << 20, + GF_AFTER_V5 = 1 << 21, GF_HAS_ROOMTABLE = GF_AFTER_V7, GF_USE_ANGLES = GF_AFTER_V7, |