[Scummvm-git-logs] scummvm master -> fa1d1ec30f62e4da9f2f4d8eefba96f6eeac08ee
eriktorbjorn
noreply at scummvm.org
Tue Jun 24 03:44:59 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
fa1d1ec30f SCUMM: Revert accidental change to SCUMM detection
Commit: fa1d1ec30f62e4da9f2f4d8eefba96f6eeac08ee
https://github.com/scummvm/scummvm/commit/fa1d1ec30f62e4da9f2f4d8eefba96f6eeac08ee
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-06-24T05:44:32+02:00
Commit Message:
SCUMM: Revert accidental change to SCUMM detection
This was not meant to be part of my recent AWE change.
Changed paths:
engines/scumm/detection_internal.h
diff --git a/engines/scumm/detection_internal.h b/engines/scumm/detection_internal.h
index 3b81d0e354d..6c0c189d47c 100644
--- a/engines/scumm/detection_internal.h
+++ b/engines/scumm/detection_internal.h
@@ -520,7 +520,7 @@ static void detectGames(const Common::FSList &fslist, Common::List<DetectorResul
debugC(2, kDebugGlobalDetection, "Falling back to disk-based detection");
} else {
- tmp = Common::MacResManager::openFileOrDataFork(d.node.getPath());
+ tmp = d.node.createReadStream();
}
Common::String md5str;
More information about the Scummvm-git-logs
mailing list