[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.513,2.514
Max Horn
fingolfin at users.sourceforge.net
Sun Dec 21 07:30:03 CET 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv13605/scumm
Modified Files:
scummvm.cpp
Log Message:
Make it possible for game detection functions to detect language/platform (not yet done by any detector, but will come with the MD5 detection code)
Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.513
retrieving revision 2.514
diff -u -d -r2.513 -r2.514
--- scummvm.cpp 18 Dec 2003 06:22:33 -0000 2.513
+++ scummvm.cpp 21 Dec 2003 15:29:51 -0000 2.514
@@ -2866,8 +2866,8 @@
return games;
}
-GameList Engine_SCUMM_detectGames(const FSList &fslist) {
- GameList detectedGames;
+DetectedGameList Engine_SCUMM_detectGames(const FSList &fslist) {
+ DetectedGameList detectedGames;
const ScummGameSettings *g;
char detectName[128];
char detectName2[128];
More information about the Scummvm-git-logs
mailing list