From 72897a4b0993dce0dcdae62c06429e46e0159211 Mon Sep 17 00:00:00 2001 From: Benjamin Haisch Date: Mon, 9 Mar 2009 18:03:46 +0000 Subject: Added LGOP2 detection entries: - German, supplied by windlepoons (bug tracker #2675695) - French and Spanish, supplied by goodoldgeorg (bug tracker #2675759) svn-id: r39270 --- engines/made/detection.cpp | 53 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) (limited to 'engines/made/detection.cpp') 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", "", @@ -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 { -- cgit v1.2.3