[Scummvm-git-logs] scummvm master -> 2a91b255f1df865d36b9395eb8c2b2cfc4d4c051
neuromancer
noreply at scummvm.org
Thu Nov 7 19:55:28 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:
2a91b255f1 FREESCAPE: added missing total eclipse 2 detection entry for cpc
Commit: 2a91b255f1df865d36b9395eb8c2b2cfc4d4c051
https://github.com/scummvm/scummvm/commit/2a91b255f1df865d36b9395eb8c2b2cfc4d4c051
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2024-11-07T20:57:03+01:00
Commit Message:
FREESCAPE: added missing total eclipse 2 detection entry for cpc
Changed paths:
engines/freescape/detection.cpp
diff --git a/engines/freescape/detection.cpp b/engines/freescape/detection.cpp
index 8d6f91373e0..ab69bdb5fca 100644
--- a/engines/freescape/detection.cpp
+++ b/engines/freescape/detection.cpp
@@ -591,6 +591,20 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_TESTING,
GUIO2(GUIO_NOMIDI, GUIO_RENDERCPC)
},
+ {
+ "totaleclipse2",
+ "",
+ {
+ {"TE2.BI1", 0, "fc6e1a240e76a68e02ce1db5ad9a689a", 16512},
+ {"TE2.BI2", 0, "c346262234e509ba5576c0a3362bc414", 35398},
+ {"TE2.BI3", 0, "d73485df2eccb90592bb598693b10555", 16512},
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformAmstradCPC,
+ ADGF_TESTING,
+ GUIO2(GUIO_NOMIDI, GUIO_RENDERCPC)
+ },
{
"totaleclipse",
"",
More information about the Scummvm-git-logs
mailing list