[Scummvm-git-logs] scummvm master -> 971710050856885783a7f4606f2580e49a72009e
sev-
noreply at scummvm.org
Wed Jul 19 08:48:50 UTC 2023
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:
9717100508 AD: Added more common file names to graylist
Commit: 971710050856885783a7f4606f2580e49a72009e
https://github.com/scummvm/scummvm/commit/971710050856885783a7f4606f2580e49a72009e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-07-19T10:48:41+02:00
Commit Message:
AD: Added more common file names to graylist
Changed paths:
engines/advancedDetector.cpp
diff --git a/engines/advancedDetector.cpp b/engines/advancedDetector.cpp
index b70a1d0d0b8..c6f90215f87 100644
--- a/engines/advancedDetector.cpp
+++ b/engines/advancedDetector.cpp
@@ -921,8 +921,13 @@ static const char *grayList[] = {
"demo",
"data",
"data.z",
- "data1.cab",
"data.cab",
+ "data1.hdr",
+ "data1.cab",
+ "data2.cab",
+ "data3.cab",
+ "data4.cab",
+ "data5.cab",
"engine.exe",
"install.exe",
"play.exe",
More information about the Scummvm-git-logs
mailing list