[Scummvm-cvs-logs] SF.net SVN: scummvm:[49790] scummvm/trunk/engines/agos/detection.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Tue Jun 15 13:00:07 CEST 2010


Revision: 49790
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49790&view=rev
Author:   sev
Date:     2010-06-15 11:00:07 +0000 (Tue, 15 Jun 2010)

Log Message:
-----------
AGOS: Readd Simon1 Acorn CD detection.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/detection.cpp

Modified: scummvm/trunk/engines/agos/detection.cpp
===================================================================
--- scummvm/trunk/engines/agos/detection.cpp	2010-06-15 10:59:43 UTC (rev 49789)
+++ scummvm/trunk/engines/agos/detection.cpp	2010-06-15 11:00:07 UTC (rev 49790)
@@ -84,6 +84,11 @@
 
 #include "agos/detection_tables.h"
 
+static const char *directoryGlobs[] = {
+	"execute", // Used by Simon1 Acorn CD
+	0
+};
+
 static const ADParams detectionParams = {
 	// Pointer to ADGameDescription or its superset structure
 	(const byte *)AGOS::gameDescriptions,
@@ -106,7 +111,7 @@
 	// Maximum directory depth
 	2,
 	// List of directory globs
-	0
+	directoryGlobs
 };
 
 using namespace AGOS;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list