[Scummvm-cvs-logs] SF.net SVN: scummvm:[54961] scummvm/trunk/engines/groovie/detection.cpp
spookypeanut at users.sourceforge.net
spookypeanut at users.sourceforge.net
Sun Dec 19 09:56:42 CET 2010
Revision: 54961
http://scummvm.svn.sourceforge.net/scummvm/?rev=54961&view=rev
Author: spookypeanut
Date: 2010-12-19 08:56:42 +0000 (Sun, 19 Dec 2010)
Log Message:
-----------
GROOVIE: Add two new t7g detection entries, one from bug tracker, one from me
Modified Paths:
--------------
scummvm/trunk/engines/groovie/detection.cpp
Modified: scummvm/trunk/engines/groovie/detection.cpp
===================================================================
--- scummvm/trunk/engines/groovie/detection.cpp 2010-12-19 07:26:34 UTC (rev 54960)
+++ scummvm/trunk/engines/groovie/detection.cpp 2010-12-19 08:56:42 UTC (rev 54961)
@@ -71,6 +71,28 @@
kGroovieT7G, 0
},
+ // The 7th Guest Mac English (Aztec single disc)
+ {
+ {
+ "t7g", "",
+ AD_ENTRY1s("T7GMac", "6bdee8d0f9eef6d58d02fcd7deec3fb2", 1830783),
+ Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK,
+ Common::GUIO_MIDIADLIB | Common::GUIO_MIDIMT32 | Common::GUIO_MIDIGM
+ },
+ kGroovieT7G, 0
+ },
+
+ // The 7th Guest Mac English (Aztec bundle, provided by Thefinaleofseem)
+ {
+ {
+ "t7g", "",
+ AD_ENTRY1s("T7GMac", "0d595d4b44ae1814082938d051e5174e", 1830783),
+ Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK,
+ Common::GUIO_MIDIADLIB | Common::GUIO_MIDIMT32 | Common::GUIO_MIDIGM
+ },
+ kGroovieT7G, 0
+ },
+
// The 7th Guest DOS Russian (Akella)
{
{
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