[Scummvm-git-logs] scummvm master -> 2c997d2aa7c15252093eaa1c2f7e27bed76139ff
scemino
noreply at scummvm.org
Wed Apr 17 20:55:40 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:
2c997d2aa7 TWP: Try to add Switch version (bug #15073)
Commit: 2c997d2aa7c15252093eaa1c2f7e27bed76139ff
https://github.com/scummvm/scummvm/commit/2c997d2aa7c15252093eaa1c2f7e27bed76139ff
Author: scemino (scemino74 at gmail.com)
Date: 2024-04-17T22:55:34+02:00
Commit Message:
TWP: Try to add Switch version (bug #15073)
Changed paths:
engines/twp/detection_tables.h
diff --git a/engines/twp/detection_tables.h b/engines/twp/detection_tables.h
index 4e16e5f5bf7..2b0eb10bf9b 100644
--- a/engines/twp/detection_tables.h
+++ b/engines/twp/detection_tables.h
@@ -110,6 +110,20 @@ const TwpGameDescription gameDescriptions[] = {
GAME_XORKEY_56AD,
LS_WITH_RUSSIAN
},
+ // Thimbleweed Park - Switch/1.0.952
+ {
+ {
+ "twp",
+ "Switch/1.0.952",
+ AD_ENTRY1s("ThimbleweedPark.ggpack1", "6a3f457cf0545d7a5122fb8bcd4d62a6", 502503742),
+ Common::UNK_LANG,
+ Common::kPlatformUnknown,
+ ADGF_TESTING,
+ GUIO1(GUIO_NOMIDI)
+ },
+ GAME_XORKEY_566D,
+ LS_WITH_RUSSIAN
+ },
{AD_TABLE_END_MARKER,(GameXorKey)0, (LanguageSupported)0}};
} // End of namespace Twp
More information about the Scummvm-git-logs
mailing list