aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/gameDetector.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h
index 9330641ad7..ddaa95c14b 100644
--- a/common/gameDetector.h
+++ b/common/gameDetector.h
@@ -93,7 +93,9 @@ enum GameFeatures {
GF_AFTER_V5 = 1 << 22,
GF_AFTER_HEV7 = 1 << 23,
- GF_HAS_ROOMTABLE = GF_AFTER_V7,
+ GF_NEW_CAMERA = 1 << 24,
+ GF_DIGI_IMUSE = 1 << 25,
+
GF_EXTERNAL_CHARSET = GF_SMALL_HEADER
};