MADE: Add GOG.com version to detection and mark it as unsupported

This commit is contained in:
Eugene Sandulenko 2020-11-28 15:38:36 +01:00
parent f397bdd74f
commit 3bcff619e7
2 changed files with 20 additions and 18 deletions

1
engines/made/POTFILES Normal file
View File

@ -0,0 +1 @@
engines/made/detection.cpp

View File

@ -24,6 +24,7 @@
#define MADE_DETECTION_TABLES_H
#include "engines/advancedDetector.h"
#include "common/translation.h"
namespace Made {
@ -350,24 +351,24 @@ static const MadeGameDescription gameDescriptions[] = {
3,
},
// The Manhole: Masterpiece Edition is not a MADE engine and should not be
// added to the detection list. It is a HyperCard-like engine
// {
// // The Manhole: Masterpiece Edition (GOG/CD)
// {
// "manhole",
// "",
// AD_ENTRY1("manhole.dat", "e8cec9bf21e4c50a7ebc193a4e0b48f5"),
// Common::EN_ANY,
// Common::kPlatformDOS,
// ADGF_UNSTABLE,
// GUIO1(GUIO_NOSPEECH)
// },
// GID_MANHOLE,
// 0,
// GF_CD,
// 2,
// },
// The Manhole: Masterpiece Edition is not a MADE engine and cannot be
// supported by MADE. It is a HyperCard-like engine
{
// The Manhole: Masterpiece Edition (GOG/CD)
{
"manhole",
_s("The game is using unsupported engine"),
AD_ENTRY1("manhole.dat", "e8cec9bf21e4c50a7ebc193a4e0b48f5"),
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_UNSUPPORTED,
GUIO1(GUIO_NOSPEECH)
},
GID_MANHOLE,
0,
GF_CD,
2,
},
{
// The Manhole: New and Enhanced