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

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Oct 13 00:13:26 CEST 2010


Revision: 53189
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53189&view=rev
Author:   sev
Date:     2010-10-12 22:13:26 +0000 (Tue, 12 Oct 2010)

Log Message:
-----------
SWORD25: Update detection to modern state

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

Modified: scummvm/trunk/engines/sword25/detection.cpp
===================================================================
--- scummvm/trunk/engines/sword25/detection.cpp	2010-10-12 22:13:00 UTC (rev 53188)
+++ scummvm/trunk/engines/sword25/detection.cpp	2010-10-12 22:13:26 UTC (rev 53189)
@@ -58,17 +58,15 @@
 		{
 			"sword25",
 			"",
-			{
-				{ "data.b25c", kFileTypeHash, "f8b6e03ada2d2f6cf27fbc11ad1572e9", 654310588},
-				{ NULL, 0, NULL, 0}
-			},
-				Common::EN_ANY,
+			AD_ENTRY1s("data.b25c", "f8b6e03ada2d2f6cf27fbc11ad1572e9", 654310588),
+			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_NO_FLAGS
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
 		},
 		0
 	},
-	{ { NULL, NULL, { { NULL, 0, NULL, 0 } }, Common::UNK_LANG, Common::kPlatformUnknown, ADGF_NO_FLAGS }, 0 }
+	{ AD_TABLE_END_MARKER, 0 }
 };
 
 } // end of namespace Sword25
@@ -89,6 +87,12 @@
 	// List of files for file-based fallback detection (optional)
 	0,
 	// Flags
+	0,
+	// Additional GUI options (for every game}
+	Common::GUIO_NOSPEECH,
+	// Maximum directory depth
+	1,
+	// List of directory globs
 	0
 };
 


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