KINGDOM: Add detection for the 3DO version

This commit is contained in:
Strangerke 2020-06-14 22:06:54 +01:00
parent 355289c4ff
commit c66191bfef

View File

@ -56,6 +56,7 @@ static const ADGameDescription gameDescriptions[] = {
},
// Kingdom PC DOS version v1.26 EN, provided by Strangerke
// Also detects the GOG.COM version
{
"kingdom",
0,
@ -66,6 +67,17 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
// Kingdom 3DO, provided by Strangerke
{
"kingdom",
0,
AD_ENTRY1s("launchme", "60d2c64e3cb3e22859c4fadbc121b0db", 183452),
Common::EN_ANY,
Common::kPlatform3DO,
ADGF_UNSTABLE,
GUIO1(GUIO_NONE)
},
AD_TABLE_END_MARKER
};