[Scummvm-git-logs] scummvm master -> ba3a98431a38ff5f348072deab35c84bbba23c17
sev-
noreply at scummvm.org
Sat Dec 3 09:35:44 UTC 2022
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
019d4b4f19 MOHAWK: Added file size for seussabc-demo
ba3a98431a AD: Adding abc.exe to graylist
Commit: 019d4b4f19a002ce7f7ff48bb4612cafb08df373
https://github.com/scummvm/scummvm/commit/019d4b4f19a002ce7f7ff48bb4612cafb08df373
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-12-03T10:35:27+01:00
Commit Message:
MOHAWK: Added file size for seussabc-demo
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 8385aa3d1aa..f3f53df2287 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1349,7 +1349,7 @@ static const MohawkGameDescription gameDescriptions[] = {
{
"seussabc",
"Demo",
- AD_ENTRY1("ABC.LB", "aef2c88f4dcc2c3a47ed8093f6e27bc9"),
+ AD_ENTRY1s("ABC.LB", "aef2c88f4dcc2c3a47ed8093f6e27bc9", 567),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_DEMO,
Commit: ba3a98431a38ff5f348072deab35c84bbba23c17
https://github.com/scummvm/scummvm/commit/ba3a98431a38ff5f348072deab35c84bbba23c17
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-12-03T10:35:27+01:00
Commit Message:
AD: Adding abc.exe to graylist
Changed paths:
engines/advancedDetector.cpp
diff --git a/engines/advancedDetector.cpp b/engines/advancedDetector.cpp
index 0d1ff701e44..b936d61973d 100644
--- a/engines/advancedDetector.cpp
+++ b/engines/advancedDetector.cpp
@@ -806,6 +806,7 @@ static const char *grayList[] = {
"play.exe",
"start.exe",
"item.dat",
+ "abc.exe",
0
};
More information about the Scummvm-git-logs
mailing list