mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 14:14:43 +00:00
WINTERMUTE: Add detection entry for Beyond the Threshold.
This commit is contained in:
parent
6db82968fb
commit
1e1e502628
@ -27,6 +27,7 @@ namespace Wintermute {
|
||||
static const PlainGameDescriptor wintermuteGames[] = {
|
||||
{"5ld", "Five Lethal Demons"},
|
||||
{"5ma", "Five Magical Amulets"},
|
||||
{"bthreshold", "Beyond the Threshold"},
|
||||
{"actualdest", "Actual Destination"},
|
||||
{"carolreed4", "Carol Reed 4 - East Side Story"},
|
||||
{"carolreed5", "Carol Reed 5 - The Colour of Murder"},
|
||||
@ -83,6 +84,16 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
ADGF_UNSTABLE,
|
||||
GUIO0()
|
||||
},
|
||||
// Beyond the Threshold
|
||||
{
|
||||
"bthreshold",
|
||||
"",
|
||||
AD_ENTRY1s("data.dcp", "d49bf9ccb2e74507447c82d6ad3e2bc4", 12773712),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO0()
|
||||
},
|
||||
// Carol Reed 4 - East Side Story (Demo)
|
||||
{
|
||||
"carolreed4",
|
||||
|
Loading…
Reference in New Issue
Block a user