[Scummvm-cvs-logs] CVS: scummvm/common util.cpp,1.63,1.64 util.h,1.59,1.60

kirben kirben at users.sourceforge.net
Sat Jan 14 01:29:02 CET 2006


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22873/common

Modified Files:
	util.cpp util.h 
Log Message:

Add SegaCD platform and remove SegaCD specific game Id.


Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- util.cpp	18 Nov 2005 00:59:47 -0000	1.63
+++ util.cpp	14 Jan 2006 09:28:38 -0000	1.64
@@ -181,6 +181,7 @@
 	{"pc", "dos", "DOS", kPlatformPC},
 	{"windows", "win", "Windows", kPlatformWindows},
 	{"acorn", "acorn", "Acorn", kPlatformAcorn},
+	{"segacd", "segacd", "SegaCD", kPlatformSegaCD},
 
 	{0, 0, "Default", kPlatformUnknown}
 };

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- util.h	18 Nov 2005 00:59:47 -0000	1.59
+++ util.h	14 Jan 2006 09:28:38 -0000	1.60
@@ -141,9 +141,9 @@
 	kPlatformNES = 6,
 	kPlatformC64 = 7,
 	kPlatformLinux = 8,
-	kPlatformAcorn = 9
+	kPlatformAcorn = 9,
+	kPlatformSegaCD = 10
 /*
-	kPlatformSEGA,
 	kPlatformPCEngine
 */
 };





More information about the Scummvm-git-logs mailing list