[Scummvm-cvs-logs] scummvm master -> 49a811c5fb8bc70daca1cca02e92e70c901154c3

Strangerke Strangerke at scummvm.org
Mon Nov 23 14:42:41 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
49a811c5fb ACCESS: AGoE - Add detection for Spanish version, provided in bug #6958


Commit: 49a811c5fb8bc70daca1cca02e92e70c901154c3
    https://github.com/scummvm/scummvm/commit/49a811c5fb8bc70daca1cca02e92e70c901154c3
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-11-23T14:36:54+01:00

Commit Message:
ACCESS: AGoE - Add detection for Spanish version, provided in bug #6958

Changed paths:
    engines/access/detection_tables.h



diff --git a/engines/access/detection_tables.h b/engines/access/detection_tables.h
index 124f5fc..9556cd9 100644
--- a/engines/access/detection_tables.h
+++ b/engines/access/detection_tables.h
@@ -40,6 +40,22 @@ static const AccessGameDescription gameDescriptions[] = {
 		0
 	},
 
+	{
+		// Amazon Guardians of Eden - Spanish
+		// Provided by dianiu in bug report #6958
+		{
+			"amazon",
+			0,
+			AD_ENTRY1s("c00.ap", "aeb429ff015596144c0df06886c84825", 303753),
+			Common::ES_ESP,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NONE)
+		},
+		GType_Amazon,
+		0
+	},
+
 	// Amazon Guardians of Eden - Demo English
 	{
 		{






More information about the Scummvm-git-logs mailing list