[Scummvm-cvs-logs] CVS: scummvm/common util.cpp,1.61,1.62 util.h,1.57,1.58

kirben kirben at users.sourceforge.net
Fri Nov 11 22:05:00 CET 2005


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

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

Add acorn platform.


Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- util.cpp	18 Oct 2005 01:30:17 -0000	1.61
+++ util.cpp	12 Nov 2005 06:04:32 -0000	1.62
@@ -179,6 +179,7 @@
 	{"nes", "nes", "NES", kPlatformNES},
 	{"pc", "dos", "DOS", kPlatformPC},
 	{"windows", "win", "Windows", kPlatformWindows},
+	{"acorn", "acorn", "Acorn", kPlatformAcorn},
 
 	{0, 0, "Default", kPlatformUnknown}
 };

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.h,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- util.h	18 Oct 2005 01:30:17 -0000	1.57
+++ util.h	12 Nov 2005 06:04:32 -0000	1.58
@@ -139,7 +139,8 @@
 	kPlatformWindows = 5,
 	kPlatformNES = 6,
 	kPlatformC64 = 7,
-	kPlatformLinux = 8
+	kPlatformLinux = 8,
+	kPlatformAcorn = 9
 /*
 	kPlatformSEGA,
 	kPlatformPCEngine





More information about the Scummvm-git-logs mailing list