diff options
author | Martin Gerhardy | 2018-09-13 21:04:21 +0200 |
---|---|---|
committer | David Turner | 2018-09-14 02:38:02 +0100 |
commit | 3128c0be2f376da913f3bd14708b0fa127f51f34 (patch) | |
tree | 238a210aa7afc004278c2a0b8d2f0a4c74d52a80 /engines/lastexpress | |
parent | 174b0d18643a6fc14135157ec7c0e4e2deaeeb20 (diff) | |
download | scummvm-rg350-3128c0be2f376da913f3bd14708b0fa127f51f34.tar.gz scummvm-rg350-3128c0be2f376da913f3bd14708b0fa127f51f34.tar.bz2 scummvm-rg350-3128c0be2f376da913f3bd14708b0fa127f51f34.zip |
LASTEXPRESS: added detection entry for gog release
Diffstat (limited to 'engines/lastexpress')
-rw-r--r-- | engines/lastexpress/detection.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/lastexpress/detection.cpp b/engines/lastexpress/detection.cpp index 52224e4ea5..2f3ec2120d 100644 --- a/engines/lastexpress/detection.cpp +++ b/engines/lastexpress/detection.cpp @@ -192,6 +192,24 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NOASPECT) }, + // The Last Express (GOG) + // expressw.exe ??? + // express.exe 2010-12-14 13:49:04 + { + "lastexpress", + "", + { + {"HD.HPF", 0, "ab940d5815008b176502f759ae753fb7", 30715904}, // 2000-03-01 17:03:58 + {"CD1.HPF", 0, "cec8810125b050f41b7f34ab72371f81", 525522944}, // 2000-02-14 16:02:02 + {"CD2.HPF", 0, "c648872b31e43d458680cf16bedc636c", 669581312}, // 1997-02-10 21:19:30 + {"CD3.HPF", 0, "8cb3e68a6dca354e556c487ea24a6b10", 641128448}, // 1997-02-10 20:44:08 + }, + Common::EN_ANY, + Common::kPlatformUnknown, + ADGF_UNSTABLE, + GUIO1(GUIO_NOASPECT) + }, + AD_TABLE_END_MARKER }; |