COMPOSER: Detect Gregory and the Hot Air Balloon.
This commit is contained in:
parent
3935b3ed6b
commit
24ca79e740
1 changed files with 15 additions and 0 deletions
|
@ -56,6 +56,7 @@ Common::Language ComposerEngine::getLanguage() const {
|
||||||
|
|
||||||
static const PlainGameDescriptor composerGames[] = {
|
static const PlainGameDescriptor composerGames[] = {
|
||||||
{"darby", "Darby the Dragon"},
|
{"darby", "Darby the Dragon"},
|
||||||
|
{"gregory", "Gregory and the Hot Air Balloon"},
|
||||||
{"demo1", "Magic Tales Demo 1"},
|
{"demo1", "Magic Tales Demo 1"},
|
||||||
{0, 0}
|
{0, 0}
|
||||||
};
|
};
|
||||||
|
@ -93,6 +94,20 @@ static const ComposerGameDescription gameDescriptions[] = {
|
||||||
GType_ComposerV2
|
GType_ComposerV2
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
{
|
||||||
|
"gregory",
|
||||||
|
0,
|
||||||
|
{{"install.inf", 0, "b7e9d6f7949d412dad0a183375069844", -1},
|
||||||
|
AD_LISTEND},
|
||||||
|
Common::EN_ANY,
|
||||||
|
Common::kPlatformWindows,
|
||||||
|
ADGF_NO_FLAGS,
|
||||||
|
Common::GUIO_NONE
|
||||||
|
},
|
||||||
|
GType_ComposerV2
|
||||||
|
},
|
||||||
|
|
||||||
{ AD_TABLE_END_MARKER, 0 }
|
{ AD_TABLE_END_MARKER, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue