[Scummvm-git-logs] scummvm branch-2-9 -> 5de0c3f7610053d8ee13d51c368fa94ef9a2d74c
tag2015
noreply at scummvm.org
Fri Dec 6 16:31:23 UTC 2024
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:
5de0c3f761 WINTERMUTE: Add detection for reversion3 steam/french
Commit: 5de0c3f7610053d8ee13d51c368fa94ef9a2d74c
https://github.com/scummvm/scummvm/commit/5de0c3f7610053d8ee13d51c368fa94ef9a2d74c
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2024-12-06T17:30:54+01:00
Commit Message:
WINTERMUTE: Add detection for reversion3 steam/french
Fix #15559
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index af2296e0e2a..9ceb3c22d61 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -4195,6 +4195,11 @@ static const WMEGameDescription gameDescriptions[] = {
WME_ENTRY2s("data.dcp", "ca788ebe1b607c24c3e4db4771c16559", 1806937971,
"xlanguage_zh_t.dcp", "6ca6a83edad54ec1c384fbcea2989ee4", 10170999), Common::ZH_TWN, ADGF_UNSTABLE, WME_1_9_2),
+ // Reversion: The Return (Steam, December 2022) (French)
+ WME_WINENTRY("reversion3", "Steam",
+ WME_ENTRY2s("data.dcp", "ca788ebe1b607c24c3e4db4771c16559", 1806937971,
+ "xlanguage_fr.dcp", "95e120a88b3205e8b58f71060c34e713", 10251638), Common::FR_FRA, ADGF_UNSTABLE, WME_1_9_2),
+
// Rhiannon: Curse of the four Branches
WME_WINENTRY("rhiannon", "",
WME_ENTRY1s("data.dcp", "870f348900b735f1cc79c0608ce32b0e", 1046169851), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_6),
More information about the Scummvm-git-logs
mailing list