[Scummvm-git-logs] scummvm branch-2-7 -> df9ab0b7bf410b4a681bda95e2be8e007623919c
sev-
noreply at scummvm.org
Mon Feb 6 17:39:02 UTC 2023
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:
df9ab0b7bf SWORD1: Added detection entry for German Steam sword1
Commit: df9ab0b7bf410b4a681bda95e2be8e007623919c
https://github.com/scummvm/scummvm/commit/df9ab0b7bf410b4a681bda95e2be8e007623919c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-02-06T18:38:30+01:00
Commit Message:
SWORD1: Added detection entry for German Steam sword1
Changed paths:
engines/sword1/detection_tables.h
diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index dfe5b8ff307..f8151334671 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -203,6 +203,19 @@ static const ADGameDescription gameDescriptions[] = {
GUIO0()
},
+ {
+ "sword1",
+ "Steam",
+ AD_ENTRY4s("scripts.clu", "72b10193714e8c6e4daca51791c0db0c", 1087240,
+ "swordres.rif", "b0ae5a47aba74dc0acb3442d4c84b225", 58916,
+ "text.clu", "76f93f5feecc8915435105478f3c6615", 2705446,
+ "smackshi/intro.smk", "d1d0e958aeef9b1375b55df8f8831f26", 13281776),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+
{
"sword1",
"",
More information about the Scummvm-git-logs
mailing list