diff options
author | Benjamin Haisch | 2009-03-09 18:03:46 +0000 |
---|---|---|
committer | Benjamin Haisch | 2009-03-09 18:03:46 +0000 |
commit | 72897a4b0993dce0dcdae62c06429e46e0159211 (patch) | |
tree | bf7d5142dd556f584925a4e823da2ab25ce344b6 /engines | |
parent | 4e6a7d83d116dc9ae81d51a7f0ac61134486304d (diff) | |
download | scummvm-rg350-72897a4b0993dce0dcdae62c06429e46e0159211.tar.gz scummvm-rg350-72897a4b0993dce0dcdae62c06429e46e0159211.tar.bz2 scummvm-rg350-72897a4b0993dce0dcdae62c06429e46e0159211.zip |
Added LGOP2 detection entries:
- German, supplied by windlepoons (bug tracker #2675695)
- French and Spanish, supplied by goodoldgeorg (bug tracker #2675759)
svn-id: r39270
Diffstat (limited to 'engines')
-rw-r--r-- | engines/made/detection.cpp | 53 |
1 files changed, 52 insertions, 1 deletions
diff --git a/engines/made/detection.cpp b/engines/made/detection.cpp index a5b30aa041..54b6653e37 100644 --- a/engines/made/detection.cpp +++ b/engines/made/detection.cpp @@ -278,7 +278,7 @@ static const MadeGameDescription gameDescriptions[] = { }, { - // Leather Goddesses of Phobos 2 + // Leather Goddesses of Phobos 2 (English) { "lgop2", "", @@ -294,6 +294,57 @@ static const MadeGameDescription gameDescriptions[] = { }, { + // 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 { "rodney", |