diff options
-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", |