[Scummvm-git-logs] scummvm master -> 24989ea97caf3db42e1376644ae31a2cf6a30ba0

sluicebox 22204938+sluicebox at users.noreply.github.com
Wed May 5 18:48:25 UTC 2021


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:
24989ea97c SCI32: Set GK1 Mac to ADGF_TESTING


Commit: 24989ea97caf3db42e1376644ae31a2cf6a30ba0
    https://github.com/scummvm/scummvm/commit/24989ea97caf3db42e1376644ae31a2cf6a30ba0
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2021-05-05T11:47:13-07:00

Commit Message:
SCI32: Set GK1 Mac to ADGF_TESTING

This is the first SCI32 Mac game to move out of Unstable.
The others are CD games and there are still issues to sort out before
those can be supported, but GK1 is floppy-only and ready to go.

Big thanks to Trembyle for playing this game all the way through!

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 0fb2014a50..58cdc1fbb0 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -916,7 +916,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		{"Data3", 0, "f25068b408b09275d8b698866462f578", 3677599},
 		{"Data4", 0, "1cceebbe411b26c860a74f91c337fdf3", 3230086},
 		AD_LISTEND},
-		Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_GK1_MAC },
+		Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_TESTING, GUIO_GK1_MAC },
 
 #undef GUIO_GK1_FLOPPY
 #undef GUIO_GK1_CD_DOS




More information about the Scummvm-git-logs mailing list