mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 20:34:12 +00:00
WINTERMUTE: Add detection for "Boredom of Agustin Cordes"
This commit is contained in:
parent
7141df0729
commit
aea94110d1
@ -28,6 +28,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
|
||||
{"5ld", "Five Lethal Demons"},
|
||||
{"5ma", "Five Magical Amulets"},
|
||||
{"actualdest", "Actual Destination"},
|
||||
{"agustin", "Boredom of Agustin Cordes"},
|
||||
{"bickadoodle", "Bickadoodle"},
|
||||
{"bookofgron", "Book of Gron Part One"},
|
||||
{"bthreshold", "Beyond the Threshold"},
|
||||
@ -108,6 +109,16 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
ADGF_UNSTABLE,
|
||||
GUIO0()
|
||||
},
|
||||
// Boredom of Agustin Cordes
|
||||
{
|
||||
"agustin",
|
||||
"",
|
||||
AD_ENTRY1s("data.dcp", "abb79c16c9b92e9b06525a4c7c3f5861", 2461949),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO0()
|
||||
},
|
||||
// Beyond the Threshold
|
||||
{
|
||||
"bthreshold",
|
||||
|
Loading…
x
Reference in New Issue
Block a user