COMPOSER: Add detection for Dragor FR and Gregory FR
This commit is contained in:
parent
930f626dab
commit
2739d8fa20
1 changed files with 26 additions and 0 deletions
|
@ -120,6 +120,19 @@ static const ComposerGameDescription gameDescriptions[] = {
|
||||||
GType_ComposerV2
|
GType_ComposerV2
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{ // Provided by Strangerke, "CD-Rom 100% Malin" Pack
|
||||||
|
{
|
||||||
|
"darby",
|
||||||
|
0,
|
||||||
|
AD_ENTRY1("book.ini", "285308372f7dddff2ca5a25c9192cf5c"),
|
||||||
|
Common::FR_FRA,
|
||||||
|
Common::kPlatformWindows,
|
||||||
|
ADGF_NO_FLAGS,
|
||||||
|
Common::GUIO_NONE
|
||||||
|
},
|
||||||
|
GType_ComposerV2
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
"gregory",
|
"gregory",
|
||||||
|
@ -133,6 +146,19 @@ static const ComposerGameDescription gameDescriptions[] = {
|
||||||
GType_ComposerV2
|
GType_ComposerV2
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{ // Provided by Strangerke, "CD-Rom 100% Malin" Pack
|
||||||
|
{
|
||||||
|
"gregory",
|
||||||
|
0,
|
||||||
|
AD_ENTRY1("book.ini", "e54fc5c00de5f94e908a969e445af5d0"),
|
||||||
|
Common::EN_ANY,
|
||||||
|
Common::kPlatformWindows,
|
||||||
|
ADGF_NO_FLAGS,
|
||||||
|
Common::GUIO_NONE
|
||||||
|
},
|
||||||
|
GType_ComposerV2
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
"princess",
|
"princess",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue