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

Eugene Sandulenko sev at users.sourceforge.net
Thu Oct 13 19:51:16 CEST 2005


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

Modified Files:
	util.cpp util.h 
Log Message:
Added Linux platform. Now it is used by some ITE version and is required
for proper game identification (21 subtle distinct versions of same game
which still require individual flags is not a joke)
cvs: ----------------------------------------------------------------------


Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- util.cpp	3 Sep 2005 19:59:33 -0000	1.59
+++ util.cpp	14 Oct 2005 02:50:05 -0000	1.60
@@ -174,6 +174,7 @@
 	// "FM TOWNS", "FmTowns", etc.
 	{"fmtowns", "towns", "FM-TOWNS", kPlatformFMTowns},
 
+	{"linux", "linux", "Linux", kPlatformLinux},
 	{"macintosh", "mac", "Macintosh", kPlatformMacintosh},
 	{"nes", "nes", "NES", kPlatformNES},
 	{"pc", "dos", "DOS", kPlatformPC},

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- util.h	11 Oct 2005 11:27:18 -0000	1.55
+++ util.h	14 Oct 2005 02:50:05 -0000	1.56
@@ -138,7 +138,8 @@
 	kPlatformFMTowns = 4,
 	kPlatformWindows = 5,
 	kPlatformNES = 6,
-	kPlatformC64 = 7
+	kPlatformC64 = 7,
+	kPlatformLinux = 8
 /*
 	kPlatformSEGA,
 	kPlatformPCEngine





More information about the Scummvm-git-logs mailing list