[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.388,1.389
Max Horn
fingolfin at users.sourceforge.net
Sun Dec 21 07:31:02 CET 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/base plugins.h,1.14,1.15 plugins.cpp,1.24,1.25 gameDetector.h,1.22,1.23 gameDetector.cpp,1.57,1.58
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sound mixer.h,1.63,1.64 mixer.cpp,1.141,1.142
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv13605/simon
Modified Files:
simon.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: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -d -r1.388 -r1.389
--- simon.cpp 21 Dec 2003 14:42:19 -0000 1.388
+++ simon.cpp 21 Dec 2003 15:29:51 -0000 1.389
@@ -90,8 +90,8 @@
return games;
}
-GameList Engine_SIMON_detectGames(const FSList &fslist) {
- GameList detectedGames;
+DetectedGameList Engine_SIMON_detectGames(const FSList &fslist) {
+ DetectedGameList detectedGames;
const SimonGameSettings *g;
char detectName[128];
char detectName2[128];
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/base plugins.h,1.14,1.15 plugins.cpp,1.24,1.25 gameDetector.h,1.22,1.23 gameDetector.cpp,1.57,1.58
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sound mixer.h,1.63,1.64 mixer.cpp,1.141,1.142
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list