From 1624c765a0130f990245c929db3043258f5bca06 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Fri, 31 May 2019 19:52:13 +0530 Subject: HDB: Setup system for drawing Title Screen --- engines/hdb/detection.cpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'engines/hdb/detection.cpp') 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 -- cgit v1.2.3