diff options
Diffstat (limited to 'common/advancedDetector.h')
| -rw-r--r-- | common/advancedDetector.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/common/advancedDetector.h b/common/advancedDetector.h index 30481181c5..abd974ff46 100644 --- a/common/advancedDetector.h +++ b/common/advancedDetector.h @@ -67,7 +67,11 @@ struct ADObsoleteGameID { }; enum ADFlags { - kADFlagComplexID = (1 << 0), // Generate complex suggested IDs + /** + * Generate/augment preferred target with information on the language (if + * not equal to english) and platform (if not equal to PC). + */ + kADFlagAugmentPreferredTarget = (1 << 0), kADFlagFilebasedFallback = (1 << 1) // Use file based fallback detection }; |
