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

mduggan noreply at scummvm.org
Mon Mar 3 00:42:16 UTC 2025


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:
c70541cf90 DGDS: Update Willy Beamish CD detection slightly


Commit: c70541cf90ff89e4901fdbd45776731e036d071e
    https://github.com/scummvm/scummvm/commit/c70541cf90ff89e4901fdbd45776731e036d071e
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2025-03-03T11:41:11+11:00

Commit Message:
DGDS: Update Willy Beamish CD detection slightly

Note that it's the CD version to make it easier for users.

Also added comment explaining that we don't use the RME file directly, but
it's convenient for detection.

Changed paths:
    engines/dgds/detection_tables.h


diff --git a/engines/dgds/detection_tables.h b/engines/dgds/detection_tables.h
index cd330b97a82..dc464cfe6d5 100644
--- a/engines/dgds/detection_tables.h
+++ b/engines/dgds/detection_tables.h
@@ -238,9 +238,12 @@ static const ADGameDescription gameDescriptions[] = {
 	},
 
 	// Adventures of Willy Beamish (GOG CD data)
+	// RESOURCE.RME is not strictly required to run the game (we read data from
+	// RESOURCE.MAP), but it helps differentiate this game from all the SCI
+	// detection entries.
 	{
 		"beamish",
-		0,
+		"CD",
 		{
 			{"resource.001", 0, "07eaebf5c9e569347308ff097bc6607c", 151525997},
 			{"resource.rme", 0, "09bc7bcb83b6d036c5988c81a769cf0c", 44247},




More information about the Scummvm-git-logs mailing list