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

sev- sev at scummvm.org
Thu May 7 20:55:46 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:
c333b41a73 DIRECTOR: Added detection entry for Majestic Mac


Commit: c333b41a73afb8c19dcedfc816dd393b2621a3e4
    https://github.com/scummvm/scummvm/commit/c333b41a73afb8c19dcedfc816dd393b2621a3e4
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-05-07T22:55:04+02:00

Commit Message:
DIRECTOR: Added detection entry for Majestic Mac

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index fdf42fe652..7f85f84a4b 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -110,7 +110,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 
 	MACGAME("jman", "Turbo!", "JMP Turbo\xE2\x84\xA2", "cc3321069072b90f091f220bba16e4d4", -1, 4), // Trademark symbol (UTF-8)
 
-	WINGAME("majestic", "", "MAJESTIC.EXE", "624267f70253e5327981003a6fc0aeba", -1, 4),
+	WINGAME("majestic", "", "MAJESTIC.EXE", "624267f70253e5327981003a6fc0aeba", 23437631, 4),
+
+	MACGAME("majestic", "", "Majestic", "01be45e7241194dad07938e7059b88e3", 483774, 4),
 
 	// Meet Mediaband
 	WINGAME("mediaband", "", "MEDIABND.EXE", "0cfb9b4762e33ab56d656a0eb146a048", 717921, 4),




More information about the Scummvm-git-logs mailing list