diff options
author | D G Turner | 2019-09-13 20:33:55 +0100 |
---|---|---|
committer | D G Turner | 2019-09-13 20:33:55 +0100 |
commit | 6f265805ec59e60fb8fe7ff9138c03e2ac4cd386 (patch) | |
tree | c4fe5aa906458b584183eb4bde4a4cae3d113b3d | |
parent | ec677b3fe9eafe5de2a36e50efb44e1384150820 (diff) | |
download | scummvm-rg350-6f265805ec59e60fb8fe7ff9138c03e2ac4cd386.tar.gz scummvm-rg350-6f265805ec59e60fb8fe7ff9138c03e2ac4cd386.tar.bz2 scummvm-rg350-6f265805ec59e60fb8fe7ff9138c03e2ac4cd386.zip |
HDB: Ensure Demos are Indicated in ScummVM GUI Launcher List
-rw-r--r-- | engines/hdb/detection.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp index 83f2d24e60..f7e060a914 100644 --- a/engines/hdb/detection.cpp +++ b/engines/hdb/detection.cpp @@ -102,7 +102,7 @@ static const ADGameDescription gameDescriptions[] = { // Demos { "hdb", - "", + "Demo", AD_ENTRY1s("hyperdemo.mpc", "d8743b3b8be56486bcfb1398b2f2aad4", 13816461), Common::EN_ANY, Common::kPlatformLinux, @@ -111,7 +111,7 @@ static const ADGameDescription gameDescriptions[] = { }, { "hdb", - "", + "Demo", AD_ENTRY1s("hyperdemo.mpc", "f3bc878e179f00b8666a9846f3d9f9f5", 5236568), Common::EN_ANY, Common::kPlatformWindows, @@ -121,7 +121,7 @@ static const ADGameDescription gameDescriptions[] = { // provided by sev { "hdb", - "", + "Demo", AD_ENTRY1s("hyperdemo.mpc", "7bc533e8f1866931c884f1bc09353744", 13906865), Common::EN_ANY, Common::kPlatformWindows, @@ -130,7 +130,7 @@ static const ADGameDescription gameDescriptions[] = { }, { "hdb", - "", + "Demo", AD_ENTRY1s("hyperdemo.msd", "312525298ca9f5ac904883d1ce19dc0f", 3088651), Common::EN_ANY, Common::kPlatformPocketPC, @@ -139,7 +139,7 @@ static const ADGameDescription gameDescriptions[] = { }, { "hdb", - "Handango", + "Handango Demo", AD_ENTRY1s("hyperdemo.msd", "2d4457b284a940b7058b36e5706b9951", 3094241), Common::EN_ANY, Common::kPlatformPocketPC, |