[Scummvm-git-logs] scummvm master -> c1c9e0657352520e49c42d03f0c44fa4c36a8658
sev-
sev at scummvm.org
Sat Aug 21 11:40:35 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
c1c9e06573 DIRECTOR: Enable running unknown variants.
Commit: c1c9e0657352520e49c42d03f0c44fa4c36a8658
https://github.com/scummvm/scummvm/commit/c1c9e0657352520e49c42d03f0c44fa4c36a8658
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-21T13:39:55+02:00
Commit Message:
DIRECTOR: Enable running unknown variants.
Since our fallback detection is pretty advanced, we may run games
not added to the detection tables.
Changed paths:
engines/director/detection.cpp
diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp
index d53ae56a5a..35a58ff544 100644
--- a/engines/director/detection.cpp
+++ b/engines/director/detection.cpp
@@ -99,6 +99,8 @@ public:
return debugFlagList;
}
+ bool canPlayUnknownVariants() const override { return true; }
+
ADDetectedGame fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist, ADDetectedGameExtraInfo **extraInfo) const override;
};
More information about the Scummvm-git-logs
mailing list