mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-06 18:00:44 +00:00
Merge pull request #317 from JenniBee/wintermute
WINTERMUTE: Add detection entry for Dreamscape
This commit is contained in:
commit
dfb59711ff
@ -37,6 +37,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
|
||||
{"chivalry", "Chivalry is Not Dead"},
|
||||
{"deadcity", "Dead City"},
|
||||
{"dirtysplit", "Dirty Split"},
|
||||
{"dreamscape", "Dreamscape"},
|
||||
{"ghostsheet", "Ghost in the Sheet"},
|
||||
{"hamlet", "Hamlet or the last game without MMORPS features, shaders and product placement"},
|
||||
{"julia", "J.U.L.I.A."},
|
||||
@ -236,6 +237,16 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
ADGF_UNSTABLE,
|
||||
GUIO0()
|
||||
},
|
||||
// Dreamscape
|
||||
{
|
||||
"dreamscape",
|
||||
"",
|
||||
AD_ENTRY1s("data.dcp", "7a5752ed4446c862be9f02d7932acf54", 17034377),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO0()
|
||||
},
|
||||
// Ghosts in the Sheet
|
||||
{
|
||||
"ghostsheet",
|
||||
|
Loading…
Reference in New Issue
Block a user