[Scummvm-git-logs] scummvm master -> 792f7131d9a2e51807d725c2fbce95eeac9f03bf

neuromancer noreply at scummvm.org
Sun Apr 24 08:53:10 UTC 2022


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:
792f7131d9 HYPNO: added detection for korean release of wet


Commit: 792f7131d9a2e51807d725c2fbce95eeac9f03bf
    https://github.com/scummvm/scummvm/commit/792f7131d9a2e51807d725c2fbce95eeac9f03bf
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-04-24T10:53:37+02:00

Commit Message:
HYPNO: added detection for korean release of wet

Changed paths:
    engines/hypno/detection.cpp


diff --git a/engines/hypno/detection.cpp b/engines/hypno/detection.cpp
index 5d7e50c3d4d..83be5382e1a 100644
--- a/engines/hypno/detection.cpp
+++ b/engines/hypno/detection.cpp
@@ -169,7 +169,18 @@ static const ADGameDescription gameDescriptions[] = {
 		Common::ES_ESP,
 		Common::kPlatformDOS,
 		ADGF_UNSTABLE,
-		GUIO1(GUIO_NOMIDI)},
+		GUIO1(GUIO_NOMIDI)
+	},
+	{
+		"wetlands", // Wetlands (KO)
+		nullptr,
+		AD_ENTRY2s("wetlands.exe", "edc5b0c0caf3d5b01d344cb555d9a085", 360151,
+				"missions.lib", "aeaaa8b26ab17e37f060334a311a3ff6", 309793),
+		Common::KO_KOR,
+		Common::kPlatformDOS,
+		ADGF_UNSTABLE,
+		GUIO1(GUIO_NOMIDI)
+	},
 	{
 		"soldierboyz", // Solidier Boyz (US)
 		nullptr,




More information about the Scummvm-git-logs mailing list