[Scummvm-git-logs] scummvm clan-combine-mac-ios -> 0290f5045928ea4e8d7b4462a5ad14731cb4535b

Die4Ever 30947252+Die4Ever at users.noreply.github.com
Thu Sep 16 19:12:41 UTC 2021


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:
0290f50459 GROOVIE: combine detection for Clan Mac and iOS


Commit: 0290f5045928ea4e8d7b4462a5ad14731cb4535b
    https://github.com/scummvm/scummvm/commit/0290f5045928ea4e8d7b4462a5ad14731cb4535b
Author: Die4Ever (die4ever2005 at gmail.com)
Date: 2021-09-16T14:10:34-05:00

Commit Message:
GROOVIE: combine detection for Clan Mac and iOS

Changed paths:
    engines/groovie/detection.cpp


diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index 8971ec6cc5..ae0c32fa52 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -276,30 +276,18 @@ static const GroovieGameDescription gameDescriptions[] = {
 		kGroovieCDY
 	},
 
-	// Clandestiny Mac App Store (identical to iOS?)
+	// Clandestiny Mac/iOS App Store
     {
         {
-            "clandestiny", "",
+            "clandestiny", "Mac/iOS",
             AD_ENTRY2s("CLANMAIN.GRV", "dd424120fa1daa9d6b576d0ba22a4936", 54253,
                        "ACT01MUS.m4a", NULL, -1),
-            Common::EN_ANY, Common::kPlatformMacintosh, ADGF_UNSTABLE,
+            Common::EN_ANY, Common::kPlatformUnknown, ADGF_UNSTABLE,
             GUIO3(GUIO_NOMIDI, GUIO_NOLAUNCHLOAD, GUIO_NOASPECT)
         },
         kGroovieCDY
     },
 
-	// Clandestiny iOS English
-	{
-		{
-			"clandestiny", "",
-			AD_ENTRY2s("clanmain.grv", "dd424120fa1daa9d6b576d0ba22a4936", 54253,
-						"ACT01MUS.m4a", NULL, -1),
-		 Common::EN_ANY, Common::kPlatformIOS, ADGF_UNSTABLE,
-			GUIO3(GUIO_NOMIDI, GUIO_NOLAUNCHLOAD, GUIO_NOASPECT)
-		},
-		kGroovieCDY
-	},
-
 	// Uncle Henry's Playhouse PC English
 	{
 		{




More information about the Scummvm-git-logs mailing list