mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
Added LGOP2 detection entries:
- German, supplied by windlepoons (bug tracker #2675695) - French and Spanish, supplied by goodoldgeorg (bug tracker #2675759) svn-id: r39270
This commit is contained in:
parent
4e6a7d83d1
commit
72897a4b09
@ -278,7 +278,7 @@ static const MadeGameDescription gameDescriptions[] = {
|
||||
},
|
||||
|
||||
{
|
||||
// Leather Goddesses of Phobos 2
|
||||
// Leather Goddesses of Phobos 2 (English)
|
||||
{
|
||||
"lgop2",
|
||||
"",
|
||||
@ -293,6 +293,57 @@ static const MadeGameDescription gameDescriptions[] = {
|
||||
2,
|
||||
},
|
||||
|
||||
{
|
||||
// Leather Goddesses of Phobos 2 (German)
|
||||
// Supplied by windlepoons (bug tracker #2675695)
|
||||
{
|
||||
"lgop2",
|
||||
"",
|
||||
AD_ENTRY1s("lgop2.dat", "a0ffea6a3b7e39bd861edd00c397641c", 299466),
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS
|
||||
},
|
||||
GID_LGOP2,
|
||||
0,
|
||||
GF_FLOPPY,
|
||||
2,
|
||||
},
|
||||
|
||||
{
|
||||
// Leather Goddesses of Phobos 2 (French)
|
||||
// Supplied by goodoldgeorg (bug tracker #2675759)
|
||||
{
|
||||
"lgop2",
|
||||
"",
|
||||
AD_ENTRY1s("lgop2.dat", "f9e974087af7cf4b7ec2d8dc45d01e0c", 295366),
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS
|
||||
},
|
||||
GID_LGOP2,
|
||||
0,
|
||||
GF_FLOPPY,
|
||||
2,
|
||||
},
|
||||
|
||||
{
|
||||
// Leather Goddesses of Phobos 2 (Spanish)
|
||||
// Supplied by goodoldgeorg (bug tracker #2675759)
|
||||
{
|
||||
"lgop2",
|
||||
"",
|
||||
AD_ENTRY1s("lgop2.dat", "96eb95b4d75b9a3da0b0d67e3b4a787d", 288984),
|
||||
Common::ES_ESP,
|
||||
Common::kPlatformPC,
|
||||
ADGF_NO_FLAGS
|
||||
},
|
||||
GID_LGOP2,
|
||||
0,
|
||||
GF_FLOPPY,
|
||||
2,
|
||||
},
|
||||
|
||||
{
|
||||
// Rodney's Funscreen
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user