[Scummvm-git-logs] scummvm master -> 93fd33dfbfaee8ed19a71785a9bb54311121ca04
lotharsm
mail at serra.me
Wed Jul 14 05:42:43 UTC 2021
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:
93fd33dfbf WINTERMUTE: Add detection for Persian version of The Way Of Love: Sub Zero
Commit: 93fd33dfbfaee8ed19a71785a9bb54311121ca04
https://github.com/scummvm/scummvm/commit/93fd33dfbfaee8ed19a71785a9bb54311121ca04
Author: lb_ii (lolbot_iichan at mail.ru)
Date: 2021-07-14T07:42:40+02:00
Commit Message:
WINTERMUTE: Add detection for Persian version of The Way Of Love: Sub Zero
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 5557c80f42..74b05a93ef 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -5387,6 +5387,11 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("war", "",
WME_ENTRY1s("data.dcp", "003e317cda6d0137bbd5e5d7f089ee4d", 32591890), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
+ // The Way Of Love: Sub Zero (Retail) (Persian)
+ WME_WINENTRY("wayoflove", "",
+ WME_ENTRY2s("data.dcp", "e86fcca7d5044998945a6e1e7a874430", 1650426981,
+ "language.dcp", "91b100d10719bcfc355739a41f4eca4b", 662313), Common::FA_IRN, ADGF_UNSTABLE | GF_3D, WME_1_9_3),
+
// The Way Of Love: Sub Zero (English)
WME_WINENTRY("wayoflove", "",
WME_ENTRY2s("data.dcp", "201d74cce6b89ce6d5b61a24b5e88809", 1224687223,
More information about the Scummvm-git-logs
mailing list