[Scummvm-git-logs] scummvm master -> e6034fdb07c1aab723e1db032b4e0476a567afc7
mgerhardy
noreply at scummvm.org
Sat Jun 11 11:19:30 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:
e6034fdb07 TWINE: added detection entries for new steam classic release
Commit: e6034fdb07c1aab723e1db032b4e0476a567afc7
https://github.com/scummvm/scummvm/commit/e6034fdb07c1aab723e1db032b4e0476a567afc7
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2022-06-11T13:19:20+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 17c8d7c97b9..0899d4899ed 100644
--- a/engines/twine/detection.cpp
+++ b/engines/twine/detection.cpp
@@ -590,6 +590,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