[Scummvm-git-logs] scummvm branch-2-6 -> 3475d938df4d5c6b0ef9d295855b9bb3f628a0e5
mgerhardy
noreply at scummvm.org
Sat Jun 11 11:20:12 UTC 2022
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:
3475d938df TWINE: added detection entries for new steam classic release
Commit: 3475d938df4d5c6b0ef9d295855b9bb3f628a0e5
https://github.com/scummvm/scummvm/commit/3475d938df4d5c6b0ef9d295855b9bb3f628a0e5
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2022-06-11T13:20:04+02:00
Commit Message:
TWINE: added detection entries for new steam classic release
Changed paths:
engines/twine/detection.cpp
diff --git a/engines/twine/detection.cpp b/engines/twine/detection.cpp
index ee07b0e2534..5b2ad025425 100644
--- a/engines/twine/detection.cpp
+++ b/engines/twine/detection.cpp
@@ -559,6 +559,55 @@ static const ADGameDescription twineGameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ // Little Big Adventure - Steam Version
+ // TLBA1C.exe
+ // 10 Jun 2022 14:51
+ {
+ "lba",
+ "Classic Version (Steam)",
+ AD_ENTRY1s("TLBA1C.exe", "e4bab4647eabb998f627ac7628d94790", 4418048),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ TwinE::TF_LBA1_CLASSIC,
+ GUIO1(GUIO_NONE)
+ },
+ {
+ "lba",
+ "Classic Version (Steam)",
+ AD_ENTRY1s("TLBA1C.exe", "e4bab4647eabb998f627ac7628d94790", 4418048),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ TwinE::TF_LBA1_CLASSIC,
+ GUIO1(GUIO_NONE)
+ },
+ {
+ "lba",
+ "Classic Version (Steam)",
+ AD_ENTRY1s("TLBA1C.exe", "e4bab4647eabb998f627ac7628d94790", 4418048),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ TwinE::TF_LBA1_CLASSIC,
+ GUIO1(GUIO_NONE)
+ },
+ {
+ "lba",
+ "Classic Version (Steam)",
+ AD_ENTRY1s("TLBA1C.exe", "e4bab4647eabb998f627ac7628d94790", 4418048),
+ Common::IT_ITA,
+ Common::kPlatformWindows,
+ TwinE::TF_LBA1_CLASSIC,
+ GUIO1(GUIO_NONE)
+ },
+ {
+ "lba",
+ "Classic Version (Steam)",
+ AD_ENTRY1s("TLBA1C.exe", "e4bab4647eabb998f627ac7628d94790", 4418048),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ TwinE::TF_LBA1_CLASSIC,
+ GUIO1(GUIO_NONE)
+ },
+
// Little Big Adventure - GOG Version
// TLBA1C.exe
// 1st June 2022 02:18
More information about the Scummvm-git-logs
mailing list