[Scummvm-git-logs] scummvm master -> 86f3414bc2187d6280e840674c824bf88f41ea80

sluicebox 22204938+sluicebox at users.noreply.github.com
Sun Sep 6 20:53:55 UTC 2020


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:
86f3414bc2 SCI32: Set correct RAMA Mac detection flags


Commit: 86f3414bc2187d6280e840674c824bf88f41ea80
    https://github.com/scummvm/scummvm/commit/86f3414bc2187d6280e840674c824bf88f41ea80
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-09-06T13:52:21-07:00

Commit Message:
SCI32: Set correct RAMA Mac detection flags

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 4c38e0946c..466b1aed74 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4576,7 +4576,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		{ "Data11", 0, "a812ef1adfccdd571797250abf6b9db2", 4948885 },
 		{ "Data12", 0, "17e2254bdfb100d1981524f93b6ed06a", 1440467 },
 		AD_LISTEND},
-		Common::EN_ANY, Common::kPlatformMacintosh, ADGF_NO_FLAGS, GUIO_RAMA },
+		Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_RAMA },
 
 #undef GUIO_RAMA_DEMO
 #undef GUIO_RAMA




More information about the Scummvm-git-logs mailing list