[Scummvm-git-logs] scummvm master -> b381df689b01c3fd85a53d32c6dd4ba9c4b52ac5
sluicebox
22204938+sluicebox at users.noreply.github.com
Mon May 18 00:16:05 UTC 2020
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:
b381df689b SCI: Add LSL6 German floppy detection entry
Commit: b381df689b01c3fd85a53d32c6dd4ba9c4b52ac5
https://github.com/scummvm/scummvm/commit/b381df689b01c3fd85a53d32c6dd4ba9c4b52ac5
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-05-17T17:15:19-07:00
Commit Message:
SCI: Add LSL6 German floppy detection entry
Ticket #11475
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index aa9a791e98..f5c762a433 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2765,6 +2765,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16 },
+ // Larry 6 - German DOS Floppy - LOWRES (provided by stefan80 in bug report #11475)
+ // SCI interpreter version 1.001.113
+ {"lsl6", "", {
+ {"resource.map", 0, "fa225986ebf26056d469ee1277839ebe", 6943},
+ {"resource.000", 0, "7884a8db9253e29e6b37a2651fd90ba3", 5748608},
+ AD_LISTEND},
+ Common::DE_DEU, Common::kPlatformDOS, 0, GUIO_STD16 },
+
// Larry 6 - French DOS Floppy - LOWRES (provided by theco33)
// SCI interpreter version 1.001.113
{"lsl6", "", {
More information about the Scummvm-git-logs
mailing list