[Scummvm-git-logs] scummvm master -> f16660ecbce6c1505ae4b5569f75e3f1e882be8b
sev-
sev at scummvm.org
Fri May 29 23:36:07 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:
f16660ecbc DIRECTOR: Added generic D2 target, added director version as an extra
Commit: f16660ecbce6c1505ae4b5569f75e3f1e882be8b
https://github.com/scummvm/scummvm/commit/f16660ecbce6c1505ae4b5569f75e3f1e882be8b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-05-30T01:35:55+02:00
Commit Message:
DIRECTOR: Added generic D2 target, added director version as an extra
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index b880890c6e..2e94b9986f 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -63,14 +63,16 @@ static const DirectorGameDescription gameDescriptions[] = {
4
},
+ // Generic D2 Mac entry
+ MACGAME("director", "D2-mac", "D2-mac", 0, -1, 2),
// Generic D3 Mac entry
- MACGAME("director", "", "D3-mac", 0, -1, 3),
+ MACGAME("director", "D3-mac", "D3-mac", 0, -1, 3),
// Generic D4 Mac entry
- MACGAME("director", "", "D4-mac", 0, -1, 4),
+ MACGAME("director", "D4-mac", "D4-mac", 0, -1, 4),
// Generic D3 Win entry
- WINGAME("director", "", "D3-win", 0, -1, 3),
+ WINGAME("director", "D3-win", "D3-win", 0, -1, 3),
// Generic D4 Win entry
- WINGAME("director", "", "D4-win", 0, -1, 4),
+ WINGAME("director", "D4-win", "D4-win", 0, -1, 4),
MACGAME("theapartment", "D2", "Main Menu", "fc56c179cb8c6d4938e61ee61fd0032c", 48325, 2), // Original name is "â¢Main Menu"
MACGAME("theapartment", "D3", "Main Menu", "9e838fe1a6af7992d656ca325e38dee5", 47911, 3), // Original name is "â¢Main Menu"
More information about the Scummvm-git-logs
mailing list