[Scummvm-cvs-logs] SF.net SVN: scummvm:[45135] scummvm/trunk

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Fri Oct 16 00:05:53 CEST 2009


Revision: 45135
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45135&view=rev
Author:   mthreepwood
Date:     2009-10-15 22:05:52 +0000 (Thu, 15 Oct 2009)

Log Message:
-----------
Give Gob1 CD-i its own platform.

Modified Paths:
--------------
    scummvm/trunk/common/util.cpp
    scummvm/trunk/common/util.h
    scummvm/trunk/engines/gob/detection.cpp

Modified: scummvm/trunk/common/util.cpp
===================================================================
--- scummvm/trunk/common/util.cpp	2009-10-15 22:01:57 UTC (rev 45134)
+++ scummvm/trunk/common/util.cpp	2009-10-15 22:05:52 UTC (rev 45135)
@@ -252,7 +252,7 @@
 
 
 const PlatformDescription g_platforms[] = {
-	{"2gs", "2gs", "2gs", "Apple IIgs", kPlatformApple2GS },
+	{"2gs", "2gs", "2gs", "Apple IIgs", kPlatformApple2GS},
 	{"3do", "3do", "3do", "3DO", kPlatform3DO},
 	{"acorn", "acorn", "acorn", "Acorn", kPlatformAcorn},
 	{"amiga", "ami", "amiga", "Amiga", kPlatformAmiga},
@@ -270,13 +270,13 @@
 
 	{"linux", "linux", "linux", "Linux", kPlatformLinux},
 	{"macintosh", "mac", "mac", "Macintosh", kPlatformMacintosh},
-	{"pce", "pce", "pce", "PC-Engine", kPlatformPCEngine },
+	{"pce", "pce", "pce", "PC-Engine", kPlatformPCEngine},
 	{"nes", "nes", "nes", "NES", kPlatformNES},
 	{"segacd", "segacd", "sega", "SegaCD", kPlatformSegaCD},
 	{"windows", "win", "win", "Windows", kPlatformWindows},
 	{"playstation", "psx", "psx", "Sony PlayStation", kPlatformPSX},
+	{"cdi", "cdi", "cdi", "Phillips CD-i", kPlatformCDi},
 
-
 	{0, 0, 0, "Default", kPlatformUnknown}
 };
 

Modified: scummvm/trunk/common/util.h
===================================================================
--- scummvm/trunk/common/util.h	2009-10-15 22:01:57 UTC (rev 45134)
+++ scummvm/trunk/common/util.h	2009-10-15 22:05:52 UTC (rev 45135)
@@ -212,11 +212,11 @@
 	kPlatformSegaCD,
 	kPlatform3DO,
 	kPlatformPCEngine,
-
 	kPlatformApple2GS,
 	kPlatformPC98,
 	kPlatformWii,
 	kPlatformPSX,
+	kPlatformCDi,
 
 	kPlatformUnknown = -1
 };

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2009-10-15 22:01:57 UTC (rev 45134)
+++ scummvm/trunk/engines/gob/detection.cpp	2009-10-15 22:05:52 UTC (rev 45135)
@@ -666,10 +666,10 @@
 	{
 		{
 			"gob1",
-			"gob CD-i",
+			"",
 			AD_ENTRY1s("intro.stk", "0e022d3f2481b39e9175d37b2c6ad4c6", 2390121),
 			FR_FRA,
-			kPlatformWindows,
+			kPlatformCDi,
 			ADGF_NO_FLAGS,
 			GUIO_NOSUBTITLES | GUIO_NOSPEECH
 		},


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