diff options
Diffstat (limited to 'engines/advancedDetector.h')
-rw-r--r-- | engines/advancedDetector.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/advancedDetector.h b/engines/advancedDetector.h index 3e18a6aa18..8c19d03691 100644 --- a/engines/advancedDetector.h +++ b/engines/advancedDetector.h @@ -308,6 +308,12 @@ protected: */ const ADGameDescription *detectGameFilebased(const FileMap &allFiles, const Common::FSList &fslist, const ADFileBasedFallback *fileBasedFallback, ADFilePropertiesMap *filesProps = 0) const; + /** + * Log and print a report that we found an unknown game variant, together with the file + * names, sizes and MD5 sums. + */ + void reportUnknown(const Common::FSNode &path, const ADFilePropertiesMap &filesProps) const; + // TODO void updateGameDescriptor(GameDescriptor &desc, const ADGameDescription *realDesc) const; |