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

SupSuper noreply at scummvm.org
Mon May 6 21:32:38 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:
ac6f83083d BAGEL: Update Mac detection entries


Commit: ac6f83083d8611eb0c40e86d4a74d6ddb6a8c4cf
    https://github.com/scummvm/scummvm/commit/ac6f83083d8611eb0c40e86d4a74d6ddb6a8c4cf
Author: SupSuper (supsuper at gmail.com)
Date: 2024-05-06T22:32:23+01:00

Commit Message:
BAGEL: Update Mac detection entries

Changed paths:
    engines/bagel/detection_tables.h


diff --git a/engines/bagel/detection_tables.h b/engines/bagel/detection_tables.h
index a507aed0e64..258d72dbff6 100644
--- a/engines/bagel/detection_tables.h
+++ b/engines/bagel/detection_tables.h
@@ -75,7 +75,19 @@ const ADGameDescription gameDescriptions[] = {
 	{
 		"spacebar",
 		nullptr,
-		AD_ENTRY1s("wld/bar.wld", "a1c4ef26823d729c03b10bcee3063051", 836864),
+		AD_ENTRY2s("wld/bar.wld", "a1c4ef26823d729c03b10bcee3063051", 836864,
+				   "zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
+		Common::EN_ANY,
+		Common::kPlatformMacintosh,
+		ADGF_UNSTABLE,
+		GUIO1(GUIO_NONE)
+	},
+
+	{
+		"spacebar",
+		"Not Installed",
+		AD_ENTRY2s("spacebar/wld/bar.wld", "a1c4ef26823d729c03b10bcee3063051", 836864,
+				   "zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
 		Common::EN_ANY,
 		Common::kPlatformMacintosh,
 		ADGF_UNSTABLE,




More information about the Scummvm-git-logs mailing list