[Scummvm-git-logs] scummvm master -> ab0f2f8a2b6668d60ea645db1905822ecc405891
tag2015
noreply at scummvm.org
Thu Jul 6 19:47:43 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:
ab0f2f8a2b MYST3: Add detection entry for Japanese DVD version
Commit: ab0f2f8a2b6668d60ea645db1905822ecc405891
https://github.com/scummvm/scummvm/commit/ab0f2f8a2b6668d60ea645db1905822ecc405891
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-07-06T21:45:59+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