mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 13:42:37 +00:00
MADE: Add GOG.com version to detection and mark it as unsupported
This commit is contained in:
parent
f397bdd74f
commit
3bcff619e7
1
engines/made/POTFILES
Normal file
1
engines/made/POTFILES
Normal file
@ -0,0 +1 @@
|
||||
engines/made/detection.cpp
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user