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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Jul 4 20:54:43 CEST 2009


Revision: 42106
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42106&view=rev
Author:   lordhoto
Date:     2009-07-04 18:54:43 +0000 (Sat, 04 Jul 2009)

Log Message:
-----------
Kyra1 PC-98 never offered English as language settings, thus remove it. (The CD version *does* supply English files, but those will work as FM-Towns version, so this causes no drawback for the user and is faithful to the original)

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

Modified: scummvm/trunk/engines/kyra/detection.cpp
===================================================================
--- scummvm/trunk/engines/kyra/detection.cpp	2009-07-04 18:54:27 UTC (rev 42105)
+++ scummvm/trunk/engines/kyra/detection.cpp	2009-07-04 18:54:43 UTC (rev 42106)
@@ -263,26 +263,12 @@
 		KYRA1_TOWNS_SJIS_FLAGS
 	},
 
-	{ // PC-9821 (CD) version
-		{
-			"kyra1",
-			"CD",
-			{
-				{ "EMC.PAK", 0, "a046bb0b422061aab8e4c4689400343a", -1 },
-				{ "MUSIC98.PAK", 0, "02fc212f799331b769b274e33d87b37f", -1 },
-				{ NULL, 0, NULL, 0 }
-			},
-			Common::EN_ANY,
-			Common::kPlatformPC98,
-			ADGF_CD,
-			Common::GUIO_NOSPEECH
-		},
-		KYRA1_TOWNS_FLAGS
-	},
+	// PC-9801 floppy + CD / PC-9821 floppy version are all using the same data files,
+	// thus we will mark it as non CD game.
 	{
 		{
 			"kyra1",
-			"CD",
+			"",
 			{
 				{ "JMC.PAK", 0, "9c5707a2a478e8167e44283246612d2c", -1 },
 				{ "MUSIC98.PAK", 0, "02fc212f799331b769b274e33d87b37f", -1 },
@@ -290,7 +276,7 @@
 			},
 			Common::JA_JPN,
 			Common::kPlatformPC98,
-			ADGF_CD,
+			ADGF_NO_FLAGS,
 			Common::GUIO_NOSPEECH
 		},
 		KYRA1_TOWNS_SJIS_FLAGS


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