[Scummvm-git-logs] scummvm branch-2-2 -> f55ff0f210ff196c5bee18104278806650c9b585

sluicebox 22204938+sluicebox at users.noreply.github.com
Sun Sep 6 20:57:07 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:
f55ff0f210 SCI32: Set correct RAMA Mac detection flags


Commit: f55ff0f210ff196c5bee18104278806650c9b585
    https://github.com/scummvm/scummvm/commit/f55ff0f210ff196c5bee18104278806650c9b585
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-09-06T13:56:49-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