[Scummvm-cvs-logs] SF.net SVN: scummvm:[33838] scummvm/branches/branch-0-12-0/engines/kyra/ detection.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Aug 13 21:13:30 CEST 2008


Revision: 33838
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33838&view=rev
Author:   lordhoto
Date:     2008-08-13 19:13:28 +0000 (Wed, 13 Aug 2008)

Log Message:
-----------
Backport of r33837: Added detection entries for kyra3 Mac.

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/engines/kyra/detection.cpp

Modified: scummvm/branches/branch-0-12-0/engines/kyra/detection.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/kyra/detection.cpp	2008-08-13 19:10:31 UTC (rev 33837)
+++ scummvm/branches/branch-0-12-0/engines/kyra/detection.cpp	2008-08-13 19:13:28 UTC (rev 33838)
@@ -607,6 +607,53 @@
 		KYRA3_CD_INS_FLAGS
 	},
 
+	// Mac version
+	{ 
+		{
+			"kyra3",
+			0,
+			{
+				{ "ONETIME.PAK", 0, "3833ff312757b8e6147f464cca0a6587", -1 },
+				{ "AUD.PAK", 0, 0, -1 },
+				{ 0, 0, 0, 0 }
+			},
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			Common::ADGF_DROPLANGUAGE
+		},
+		KYRA3_CD_INS_FLAGS
+	},
+	{
+		{
+			"kyra3",
+			0,
+			{
+				{ "ONETIME.PAK", 0, "3833ff312757b8e6147f464cca0a6587", -1 },
+				{ "AUD.PAK", 0, 0, -1 },
+				{ 0, 0, 0, 0 }
+			},
+			Common::DE_DEU,
+			Common::kPlatformMacintosh,
+			Common::ADGF_DROPLANGUAGE
+		},
+		KYRA3_CD_INS_FLAGS
+	},
+	{
+		{
+			"kyra3",
+			0,
+			{
+				{ "ONETIME.PAK", 0, "3833ff312757b8e6147f464cca0a6587", -1 },
+				{ "AUD.PAK", 0, 0, -1 },
+				{ 0, 0, 0, 0 }
+			},
+			Common::FR_FRA,
+			Common::kPlatformMacintosh,
+			Common::ADGF_DROPLANGUAGE
+		},
+		KYRA3_CD_INS_FLAGS
+	},
+
 	// Spanish fan translation, see fr#1994040 "KYRA3: Add support for Spanish fan translation"
 	{
 		{


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