[Scummvm-git-logs] scummvm master -> 5660ab5322a51a564af5bb36d416903f94a1471c
sev-
noreply at scummvm.org
Tue Aug 2 19:05:49 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:
5660ab5322 MOHAWK: Add detection for the Williams-Sonoma Guide to Good Cooking
Commit: 5660ab5322a51a564af5bb36d416903f94a1471c
https://github.com/scummvm/scummvm/commit/5660ab5322a51a564af5bb36d416903f94a1471c
Author: eientei (einstein95 at users.noreply.github.com)
Date: 2022-08-02T21:05:46+02:00
Commit Message:
MOHAWK: Add detection for the Williams-Sonoma Guide to Good Cooking
Changed paths:
engines/mohawk/detection.cpp
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp
index d2e8d67e7ca..46943b8d005 100644
--- a/engines/mohawk/detection.cpp
+++ b/engines/mohawk/detection.cpp
@@ -63,6 +63,7 @@ static const PlainGameDescriptor mohawkGames[] = {
{"stellaluna", "Stellaluna"},
{"sheila", "Sheila Rae, the Brave"},
{"rugratsps", "Rugrats Print Shop" },
+ {"wsg", "Williams-Sonoma Guide to Good Cooking" },
{nullptr, nullptr}
};
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 72eeb8c62c5..de33fdc3df8 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -3169,6 +3169,21 @@ static const MohawkGameDescription gameDescriptions[] = {
0,
},
+ {
+ {
+ "wsg",
+ _s("Missing game code"), // Reason for being unsupported
+ AD_ENTRY1s("WSKL.CFG", "0d0d1156387ad51bf2b0c6bdc380f751", 1269),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV3,
+ 0,
+ 0,
+ },
+
{ AD_TABLE_END_MARKER, 0, 0, 0 }
};
More information about the Scummvm-git-logs
mailing list