[Scummvm-git-logs] scummvm master -> 315c3bcf0271d02a305dd85a94089290733bde35

athrxx noreply at scummvm.org
Sun May 15 13:02:55 UTC 2022


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:
315c3bcf02 COMMON: (AD) - add more file names to graylist


Commit: 315c3bcf0271d02a305dd85a94089290733bde35
    https://github.com/scummvm/scummvm/commit/315c3bcf0271d02a305dd85a94089290733bde35
Author: athrxx (athrxx at scummvm.org)
Date: 2022-05-15T15:02:04+02:00

Commit Message:
COMMON: (AD) - add more file names to graylist

START.EXE and ITEM.DAT

Changed paths:
    engines/advancedDetector.cpp


diff --git a/engines/advancedDetector.cpp b/engines/advancedDetector.cpp
index 204dcca37c7..2c2e676aa50 100644
--- a/engines/advancedDetector.cpp
+++ b/engines/advancedDetector.cpp
@@ -785,6 +785,8 @@ static const char *grayList[] = {
 	"engine.exe",
 	"install.exe",
 	"play.exe",
+	"start.exe",
+	"item.dat",
 	0
 };
 




More information about the Scummvm-git-logs mailing list