[Scummvm-cvs-logs] CVS: scummvm/tools md5table.c,1.9,1.10

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


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

Modified Files:
	md5table.c 
Log Message:

Add SegaCD platform and remove SegaCD specific game Id.


Index: md5table.c
===================================================================
RCS file: /cvsroot/scummvm/scummvm/tools/md5table.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- md5table.c	30 Dec 2005 04:01:53 -0000	1.9
+++ md5table.c	14 Jan 2006 09:28:38 -0000	1.10
@@ -78,7 +78,7 @@
 	{ "FM-TOWNS",		"kPlatformFMTowns" },
 	{ "Mac",		"kPlatformMacintosh" },
 	{ "NES",		"kPlatformNES" },
-	{ "SEGA",		"kPlatformUnknown" },
+	{ "SEGA",		"kPlatformSegaCD" },
 	{ "Windows",		"kPlatformWindows" },
 
 	{ "All?",		"kPlatformUnknown" },





More information about the Scummvm-git-logs mailing list