[Scummvm-git-logs] scummvm master -> 627e18b3aa64ed3e4cfb43d1561aaf1499aa9b7e

mistydemeo noreply at scummvm.org
Thu Dec 1 03:51:38 UTC 2022


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:
627e18b3aa DIRECTOR: add Trans mac/win


Commit: 627e18b3aa64ed3e4cfb43d1561aaf1499aa9b7e
    https://github.com/scummvm/scummvm/commit/627e18b3aa64ed3e4cfb43d1561aaf1499aa9b7e
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-11-30T19:51:26-08:00

Commit Message:
DIRECTOR: add Trans mac/win

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index e0b004f42ee..e4df6c00296 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1198,6 +1198,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "strata",				"Strata Studio Pro" },
 	{ "toeic",				"PowerTOEIC" },
 	{ "toonet11",			"TooNet11" },
+	{ "trans",				"Trans' ~僕とあたしの境界線~" }, // Trans': The Boundary Between Me and You
 	{ "transland",			"トランスランド" },
 	{ "wonderompm",			"アルダスページメーカー4.5J速習用CD-ROM" },		// CD-ROM for Quick Study of Aldus PageMaker 4.5J
 	{ "wonderomcw",			"WONDEROM クラリスワークス" },					// WONDEROM ClarisWorks ver.2
@@ -7849,6 +7850,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1_l("tokimemotype1", "", "Tokimemo Typing", "80b8d1697b18f6f2d8a2813a594cead2", 255114, Common::JA_JPN, 851),
 	WINGAME1_l("tokimemotype1", "", "tkmktype.exe",	"d5069f2a24854aa78f8fbd01462ba37c", 2160344, Common::JA_JPN, 851),
 
+	MACGAME1_l("trans", "", "Trans", "2e860522900a5342e52e5ce51bcad9dd", 219919, Common::JA_JPN, 850),
+	WINGAME1t_l("trans", "", "Trans.exe", "de336a369a0fa4aab1b3d9dc07b1624d", 2117070, Common::JA_JPN, 850),
+
 	WINGAME1("tweeniesrtp", "", "BBC Tweenies Tour.exe", "e24d4bab978b1a5c2326d2c56cf4d781", 5435024, 800),
 
 	WINGAME1_l("unlimitedcl", "", "CD-ROMs Educativos.exe", "0c81c84ca4966313ad27d47daba44537", 2366839, Common::ES_ESP, 851),




More information about the Scummvm-git-logs mailing list