aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/gameDetector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h
index 01dd0ff380..1547ac5250 100644
--- a/common/gameDetector.h
+++ b/common/gameDetector.h
@@ -90,6 +90,7 @@ enum GameFeatures {
GF_AFTER_V3 = 1 << 19,
GF_AFTER_V4 = 1 << 20,
GF_AFTER_V5 = 1 << 21,
+ GF_AFTER_HEV7 = 1 << 22,
GF_HAS_ROOMTABLE = GF_AFTER_V7,
GF_USE_ANGLES = GF_AFTER_V7,