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

sev- noreply at scummvm.org
Mon Jun 30 14:58:42 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
c5a77dfddd DIRECTOR: Fix detection entry for digitalgriot


Commit: c5a77dfdddb0749715622f21fc9d664d05c8f830
    https://github.com/scummvm/scummvm/commit/c5a77dfdddb0749715622f21fc9d664d05c8f830
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-06-30T16:58:23+02:00

Commit Message:
DIRECTOR: Fix detection entry for digitalgriot

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 50d77dc52f0..99270f01974 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -6710,7 +6710,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 	// From MacFormat #42
 	MACGAME1("digihbd", "", "Digital Happy Birthday Card", "61f3e061ae6236d8f72312ae9de83f46", 703153, 500),
 
-	WINGAME1("digitalgriot", "", "GRIOT.EXE", "t:9d96285877f5f6a2c65390b8327c0592", 4398121, 501),
+	WINGAME1("digitalgriot", "", "griot/saar/GRIOT.EXE", "t:9d96285877f5f6a2c65390b8327c0592", 4398121, 501),
 
 	// Windows executables for Win 3.1 and 95; Mac executables for 68k, PPC, and Fat binary
 	MACGAME2("dimensionq", "", "Dimension Q",  "r:c148f66ae3511fb88733102aa27efe7e",  719057,




More information about the Scummvm-git-logs mailing list