[Scummvm-git-logs] scummvm master -> d403063c0ec249f7e656d1ea5ae3d9147e3f628f

rvanlaar roland at rolandvanlaar.nl
Thu May 28 21:18:19 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:
d403063c0e DIRECTOR: Added detection for Journeyman MAC


Commit: d403063c0ec249f7e656d1ea5ae3d9147e3f628f
    https://github.com/scummvm/scummvm/commit/d403063c0ec249f7e656d1ea5ae3d9147e3f628f
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-05-28T23:17:23+02:00

Commit Message:
DIRECTOR: Added detection for Journeyman MAC

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 9c5c8b82b0..b880890c6e 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -93,6 +93,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME("jewels", "", "Jewels of the Oracle", "fa52f0136cde568a46249ce74f01a324", -1, 7),
 	WINDEMO("jewels", "Demo", "JEWELS.EXE", "abcc448c035e88d4edb4a29034fd1e34", -1, 4),
 
+	MACGAME("jman", "", "Journeyman.16 MB", "1ae45c23586b41997ba52e2e7c771c4c", 437743, 3),
 	WINGAME("jman", "", "JMAN.EXE", "7c8230a804abf9353b05627a675b5ffb", 375282, 3),
 	WINDEMO("jman", "", "JMDEMO.EXE", "7c8230a804abf9353b05627a675b5ffb", 375305, 3),
 




More information about the Scummvm-git-logs mailing list