[Scummvm-cvs-logs] CVS: scummvm/wince findgame.cpp,1.6,1.7

Nicolas Bacca arisme at users.sourceforge.net
Tue May 14 16:09:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/wince
In directory usw-pr-cvs1:/tmp/cvs-serv4584

Modified Files:
	findgame.cpp 
Log Message:
Added Simon 1 DOS detection

Index: findgame.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/wince/findgame.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- findgame.cpp	14 May 2002 06:49:45 -0000	1.6
+++ findgame.cpp	14 May 2002 23:08:15 -0000	1.7
@@ -28,7 +28,14 @@
 	TCHAR directory[MAX_PATH];
 };
 
-static const ScummGame GameList[] = {
+static const ScummGame GameList[] = {
+	{	
+		 "Simon The Sorcerer 1 (dos)",
+		 "Completable",
+		 "", "1631.VGA", "GAMEPC",
+		 "simon1dos",
+		 0
+	},
 	{	 
 		 "Simon The Sorcerer 1 (win)",
 		 "Completable",





More information about the Scummvm-git-logs mailing list