[Scummvm-cvs-logs] SF.net SVN: scummvm:[46957] scummvm/trunk/engines/mohawk/detection.cpp
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Sun Jan 3 23:11:08 CET 2010
Revision: 46957
http://scummvm.svn.sourceforge.net/scummvm/?rev=46957&view=rev
Author: strangerke
Date: 2010-01-03 22:11:08 +0000 (Sun, 03 Jan 2010)
Log Message:
-----------
Mohawk : For what it's worth, Add detection for a french "in the 1rst degree"
Modified Paths:
--------------
scummvm/trunk/engines/mohawk/detection.cpp
Modified: scummvm/trunk/engines/mohawk/detection.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/detection.cpp 2010-01-03 21:53:34 UTC (rev 46956)
+++ scummvm/trunk/engines/mohawk/detection.cpp 2010-01-03 22:11:08 UTC (rev 46957)
@@ -616,9 +616,27 @@
GF_HASMIDI,
0
},
-
+
+ // In The 1rst Degree
+ // French Windows
+ // From Strangerke
{
{
+ "1stdegree",
+ "",
+ AD_ENTRY1("AL236_1.MHK", "0e0c70b1b702b6ddca61a1192ada1282"),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ Common::GUIO_NONE
+ },
+ GType_1STDEGREE,
+ GF_HASMIDI,
+ 0
+ },
+
+ {
+ {
"csusa",
"",
AD_ENTRY1("USAC2K.MHK", "b8c9d3a2586f62bce3a48b50d7a700e9"),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list