[Scummvm-git-logs] scummvm master -> 6f265805ec59e60fb8fe7ff9138c03e2ac4cd386

digitall dgturner at iee.org
Fri Sep 13 21:36:57 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6f265805ec HDB: Ensure Demos are Indicated in ScummVM GUI Launcher List


Commit: 6f265805ec59e60fb8fe7ff9138c03e2ac4cd386
    https://github.com/scummvm/scummvm/commit/6f265805ec59e60fb8fe7ff9138c03e2ac4cd386
Author: D G Turner (digitall at scummvm.org)
Date: 2019-09-13T20:33:55+01:00

Commit Message:
HDB: Ensure Demos are Indicated in ScummVM GUI Launcher List

Changed paths:
    engines/hdb/detection.cpp


diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp
index 83f2d24..f7e060a 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,





More information about the Scummvm-git-logs mailing list