mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
COMPOSER: Added detection for French babayaga. Bugreport #12122
This commit is contained in:
parent
f5b0b27fdf
commit
c2c4526e56
@ -75,6 +75,23 @@ static const ComposerGameDescription gameDescriptions[] = {
|
||||
GType_ComposerV1
|
||||
},
|
||||
|
||||
// Magic Tales: Baba Yaga and the Magic Geese French- from bug #12122
|
||||
{
|
||||
{
|
||||
"babayaga",
|
||||
0,
|
||||
{
|
||||
{"book.ini", GAME_CONFIGFILE, "966a4ee9226d96085c953bb4f9426c06", 3940},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
|
||||
},
|
||||
GType_ComposerV1
|
||||
},
|
||||
|
||||
// Magic Tales: Imo and the King - from bug #5964
|
||||
{
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user