[Scummvm-git-logs] scummvm master -> 21cf74c665a47ab5234735f4ce22be8466b68d1e

sluicebox noreply at scummvm.org
Tue Jun 11 01:55:52 UTC 2024


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:
21cf74c665 SCI32: Remove HOYLE5 SOLITAIRE empty detection entries


Commit: 21cf74c665a47ab5234735f4ce22be8466b68d1e
    https://github.com/scummvm/scummvm/commit/21cf74c665a47ab5234735f4ce22be8466b68d1e
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2024-06-10T19:50:59-06:00

Commit Message:
SCI32: Remove HOYLE5 SOLITAIRE empty detection entries

Ticket #15150

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 839e7a56977..39de8c98d55 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1437,16 +1437,16 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_HOYLE5 },
 
 	// Hoyle Solitaire (CD version) - Windows
+	// resource.aud is excluded because it is an empty file (zero bytes)
 	{"hoyle5solitaire", "CD", {
-		{"resource.aud", 0, "d41d8cd98f00b204e9800998ecf8427e", 0},
 		{"ressci.000", 0, "fa4eeb24b1fbf6f33739995360554485", 11628203},
 		{"resmap.000", 0, "3f63df73a49800f080775d2a9ad0e949", 3079},
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_HOYLE5 },
 
 	// Hoyle Solitaire (Hard Drive version) - Windows
+	// resource.aud is excluded because it is an empty file (zero bytes)
 	{"hoyle5solitaire", "Hard Drive", {
-		{"resource.aud", 0, "d41d8cd98f00b204e9800998ecf8427e", 0},
 		{"ressci.000", 0, "da180c67d54d4208c84a48fcd8709671", 8582335},
 		{"resmap.000", 0, "e2feb47ab16f9e22a9b6a8580d1da3f0", 3055},
 		AD_LISTEND},




More information about the Scummvm-git-logs mailing list