mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 10:21:31 +00:00
KINGDOM: Add detection for the 3DO version
This commit is contained in:
parent
355289c4ff
commit
c66191bfef
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user