[Scummvm-git-logs] scummvm master -> 97e0feda2543d9102bcfe67ea6014f9a8be5f802
yuv422
noreply at scummvm.org
Thu Jan 23 21:50:16 UTC 2025
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:
97e0feda25 DIRECTOR: Add alternate EXE name for blinkyprint detection.
Commit: 97e0feda2543d9102bcfe67ea6014f9a8be5f802
https://github.com/scummvm/scummvm/commit/97e0feda2543d9102bcfe67ea6014f9a8be5f802
Author: Eric Fry (yuv422 at reversedgames.com)
Date: 2025-01-24T08:49:23+11:00
Commit Message:
DIRECTOR: Add alternate EXE name for blinkyprint detection.
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 07638ae5018..356893c2884 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -7858,6 +7858,7 @@ static const DirectorGameDescription gameDescriptions[] = {
#define SUPPORT_STATUS ADGF_UNSUPPORTED
MACGAME1("blinkyprint", "Game will never be supported", "Print & Play", "r:63e8b9f6744efefbb8a004a2b76e2b1d", 115776, 600),
WINGAME1("blinkyprint", "Game will never be supported", "PRINTPLA.EXE", "t:6a2fe0b06c7c9cf15736237c06aa300e", 1516941, 600),
+ WINGAME1("blinkyprint", "Game will never be supported", "PRINTPLAY.EXE", "t:6a2fe0b06c7c9cf15736237c06aa300e", 1516941, 600),
#undef SUPPORT_STATUS
#define SUPPORT_STATUS ADGF_UNSTABLE
More information about the Scummvm-git-logs
mailing list