[Scummvm-git-logs] scummvm master -> c66191bfefd50e026c468a96e5462f5cafded595

Strangerke Strangerke at scummvm.org
Sun Jun 14 21:07:07 UTC 2020


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:
c66191bfef KINGDOM: Add detection for the 3DO version


Commit: c66191bfefd50e026c468a96e5462f5cafded595
    https://github.com/scummvm/scummvm/commit/c66191bfefd50e026c468a96e5462f5cafded595
Author: Strangerke (Strangerke at scummvm.org)
Date: 2020-06-14T22:06:54+01:00

Commit Message:
KINGDOM: Add detection for the 3DO version

Changed paths:
    engines/kingdom/detection.cpp


diff --git a/engines/kingdom/detection.cpp b/engines/kingdom/detection.cpp
index c04955a9f6..3bdd81b5fd 100644
--- a/engines/kingdom/detection.cpp
+++ b/engines/kingdom/detection.cpp
@@ -56,6 +56,7 @@ static const ADGameDescription gameDescriptions[] = {
 	},
 
 	// Kingdom PC DOS version v1.26 EN, provided by Strangerke
+	// Also detects the GOG.COM version
 	{
 		"kingdom",
 		0,
@@ -66,6 +67,17 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NONE)
 	},
 
+	// Kingdom 3DO, provided by Strangerke
+    {
+        "kingdom",
+        0,
+        AD_ENTRY1s("launchme", "60d2c64e3cb3e22859c4fadbc121b0db", 183452),
+        Common::EN_ANY,
+        Common::kPlatform3DO,
+        ADGF_UNSTABLE,
+        GUIO1(GUIO_NONE)
+    },
+
 	AD_TABLE_END_MARKER
 };
 




More information about the Scummvm-git-logs mailing list