[Scummvm-git-logs] scummvm master -> e28b3a9e7ebb2e3405d3404cabde590fdc7b0c25
mistydemeo
noreply at scummvm.org
Mon Nov 6 05:07:08 UTC 2023
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:
e28b3a9e7e DIRECTOR: add geininkaido-win-ja
Commit: e28b3a9e7ebb2e3405d3404cabde590fdc7b0c25
https://github.com/scummvm/scummvm/commit/e28b3a9e7ebb2e3405d3404cabde590fdc7b0c25
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2023-11-05T21:06:51-08:00
Commit Message:
DIRECTOR: add geininkaido-win-ja
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index dd0f5faa17f..5eee00f47c2 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -975,6 +975,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "gate1", "the GATE I çå½ãMUãã¸ã®æ" },
{ "gate2", "the GATE II çå½ãMUãã¸ã®æ" },
{ "gate3", "the GATE III çå½ãMUãã¸ã®æ" }, // Gateway to the Kingdom of MU
+ { "geininkaido", "è¸äººè¡éèæ æ¯ã" },
{ "geraldmccoy", "Detective Gerald McCoy" },
{ "gocoo", "GO-COO" },
{ "granmarmalade", "ã°ã©ã³ã»ãã¼ãã¬ã¼ãã»ãã¸ã«ã«ã»ãã¬ãã¸" },
@@ -8388,6 +8389,9 @@ static const DirectorGameDescription gameDescriptions[] = {
// Mac OS X and Windows versions are D9
MACGAME1_l("garygadget5", "Classic OS", "Miel5 OS9", "789536da81694518f494945bb161ace9", 234210, Common::NL_NLD, 851),
+ // Original filename is è¸äººè¡éèæ æ¯ã.exe
+ WINGAME1_l("geininkaido", "", "xn--.exe-pw3ct82pvdybmkgi26c2kck8w2sw", "d5069f2a24854aa78f8fbd01462ba37c", 4366672, Common::JA_JPN, 851),
+
// Mac version on CD02 is D10
WINGAME1("girlsaloudbox", "CD02 No Good Advice", "Clickme.exe", "e24d4bab978b1a5c2326d2c56cf4d781", 2911148, 800),
MACGAME1("girlsaloudbox", "CD03 Life Got Cold", "Enhanced", "08c9ea94f6469e71ae0c71987bbf6323", 190678, 850),
More information about the Scummvm-git-logs
mailing list