[Scummvm-git-logs] scummvm branch-2-7 -> 8095396544b393d4ab3edd0cbb93b2a35895d511

tag2015 noreply at scummvm.org
Thu Jul 6 19:53:29 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:
8095396544 MYST3: Add detection entry for Japanese DVD version


Commit: 8095396544b393d4ab3edd0cbb93b2a35895d511
    https://github.com/scummvm/scummvm/commit/8095396544b393d4ab3edd0cbb93b2a35895d511
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-07-06T21:52:32+02:00

Commit Message:
MYST3: Add detection entry for Japanese DVD version

Reported in TRAC #14298

Changed paths:
    engines/myst3/detection.cpp


diff --git a/engines/myst3/detection.cpp b/engines/myst3/detection.cpp
index 8ee2ea698ba..8eb56db4442 100644
--- a/engines/myst3/detection.cpp
+++ b/engines/myst3/detection.cpp
@@ -153,6 +153,8 @@ static const Myst3GameDescription gameDescriptions[] = {
 		kLocMulti2 // CHS, English
 	},
 
+	// Japanese DVD release (1.24) (TRAC report #14298)
+	MYST3ENTRY(Common::JA_JPN, "JAPANESE.m3u", "5c18c9c124ff92d2b95ae5d128228f7b", "DVD", kLocMulti2)
 
 	// DVD releases (1.27)
 	MYST3ENTRY_DVD(Common::EN_ANY, "ENGLISH.m3u",  "e200b416f43e70fee76148a80d195d5c", "DVD", kLocMulti6)




More information about the Scummvm-git-logs mailing list