mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
WAGE: Added 'A mess O'Trouble' detection
This commit is contained in:
parent
057753a77a
commit
bebf1b4e86
@ -39,6 +39,7 @@ const char *WageEngine::getGameFile() const {
|
||||
|
||||
static const PlainGameDescriptor wageGames[] = {
|
||||
{"afm", "Another Fine Mess"},
|
||||
{"amot", "A Mess O' Trouble"},
|
||||
{"cantitoe", "Camp Cantitoe"},
|
||||
{"wage", "World Adventure Game Engine game"},
|
||||
{0, 0}
|
||||
@ -56,6 +57,15 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"amot",
|
||||
"v1.8",
|
||||
AD_ENTRY1s("A Mess O' Trouble 1.8", "b3ef53afed282671b704e45df829350c", 1895552),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"cantitoe",
|
||||
"",
|
||||
|
Loading…
x
Reference in New Issue
Block a user