aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/detection.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-05-31 19:52:13 +0530
committerEugene Sandulenko2019-09-03 17:16:41 +0200
commit1624c765a0130f990245c929db3043258f5bca06 (patch)
treeb75451757d2e047986b094ee8e4affd65412ba26 /engines/hdb/detection.cpp
parente4e9f4ff34bb4615cf3314e62d9c9c01965f229e (diff)
downloadscummvm-rg350-1624c765a0130f990245c929db3043258f5bca06.tar.gz
scummvm-rg350-1624c765a0130f990245c929db3043258f5bca06.tar.bz2
scummvm-rg350-1624c765a0130f990245c929db3043258f5bca06.zip
HDB: Setup system for drawing Title Screen
Diffstat (limited to 'engines/hdb/detection.cpp')
-rw-r--r--engines/hdb/detection.cpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp
index ed458475ee..b3a9d9cf8c 100644
--- a/engines/hdb/detection.cpp
+++ b/engines/hdb/detection.cpp
@@ -47,6 +47,15 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_DEMO,
GUIO1(GUIO_NONE)
},
+ {
+ "hdb",
+ "",
+ AD_ENTRY1s("hyperdemo.mpc", "f3bc878e179f00b8666a9846f3d9f9f5", 5236568),
+ Common::EN_ANY,
+ Common::kPlatformUnknown,
+ ADGF_DEMO,
+ GUIO1(GUIO_NONE)
+ },
AD_TABLE_END_MARKER
};
} // End of namespace HDB
@@ -85,4 +94,4 @@ bool HDBMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGameD
REGISTER_PLUGIN_DYNAMIC(HDB, PLUGIN_TYPE_ENGINE, HDBMetaEngine);
#else
REGISTER_PLUGIN_STATIC(HDB, PLUGIN_TYPE_ENGINE, HDBMetaEngine);
-#endif
+#endif \ No newline at end of file