[Scummvm-git-logs] scummvm master -> ad10b0edaba2ec03001cc68f14e74b1eb3317fbb
digitall
noreply at scummvm.org
Wed Dec 25 15:22:19 UTC 2024
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:
ad10b0edab TOLTECS: Fix Warnings From Path Separator in Demo Detection Path
Commit: ad10b0edaba2ec03001cc68f14e74b1eb3317fbb
https://github.com/scummvm/scummvm/commit/ad10b0edaba2ec03001cc68f14e74b1eb3317fbb
Author: D G Turner (digitall at scummvm.org)
Date: 2024-12-25T15:22:12Z
Commit Message:
TOLTECS: Fix Warnings From Path Separator in Demo Detection Path
Changed paths:
engines/toltecs/detection.cpp
diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp
index 562f8d37773..8ec23ef9c83 100644
--- a/engines/toltecs/detection.cpp
+++ b/engines/toltecs/detection.cpp
@@ -43,6 +43,7 @@ static const PlainGameDescriptor toltecsGames[] = {
class ToltecsMetaEngineDetection : public AdvancedMetaEngineDetection<Toltecs::ToltecsGameDescription> {
public:
ToltecsMetaEngineDetection() : AdvancedMetaEngineDetection(Toltecs::gameDescriptions, toltecsGames) {
+ _flags = kADFlagMatchFullPaths;
}
const char *getName() const override {
More information about the Scummvm-git-logs
mailing list