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

sev at users.sourceforge.net sev at users.sourceforge.net
Tue Jun 15 12:59:43 CEST 2010


Revision: 49789
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49789&view=rev
Author:   sev
Date:     2010-06-15 10:59:43 +0000 (Tue, 15 Jun 2010)

Log Message:
-----------
MOHAWK: Properly add detection for Riven DVD.

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

Modified: scummvm/trunk/engines/mohawk/detection.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/detection.cpp	2010-06-15 10:59:23 UTC (rev 49788)
+++ scummvm/trunk/engines/mohawk/detection.cpp	2010-06-15 10:59:43 UTC (rev 49789)
@@ -123,6 +123,13 @@
 
 #include "mohawk/detection_tables.h"
 
+static const char *directoryGlobs[] = {
+	"all",
+	"assets1",
+	"data",
+	0
+};
+
 static const ADParams detectionParams = {
 	// Pointer to ADGameDescription or its superset structure
 	(const byte *)Mohawk::gameDescriptions,
@@ -145,7 +152,7 @@
 	// Maximum directory depth
 	2,
 	// List of directory globs
-	0
+	directoryGlobs
 };
 
 class MohawkMetaEngine : public AdvancedMetaEngine {


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