mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 15:33:23 +00:00
ULTIMA8: Add detection entry for 1998 Collection version
This commit is contained in:
parent
f2345cc372
commit
a016a8d03a
@ -88,6 +88,21 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
|
||||
GF_VGA_ENHANCED
|
||||
},
|
||||
|
||||
// Ultima VIII - Ultima Collection 1998
|
||||
{
|
||||
{
|
||||
"ultima8",
|
||||
"",
|
||||
AD_ENTRY1s("eusecode.flx", "87c8b584e2947e5e4d99bd8bff6cea2e", 1251108),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
},
|
||||
GAME_ULTIMA8,
|
||||
0
|
||||
},
|
||||
|
||||
// GOG Ultima VIII
|
||||
{
|
||||
{
|
||||
@ -107,7 +122,6 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
|
||||
{
|
||||
"ultima8",
|
||||
"Gold Edition",
|
||||
//AD_ENTRY1s("fusecode.flx", "4017eb8678ee24af0ce8c7647a05509b", 1300957),
|
||||
{
|
||||
{ "eusecode.flx", 0, "c61f1dacde591cb39d452264e281f234", 1251108 },
|
||||
{ "fusecode.flx", 0, "4017eb8678ee24af0ce8c7647a05509b", 1300957 },
|
||||
@ -126,7 +140,6 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
|
||||
{
|
||||
"ultima8",
|
||||
"Gold Edition",
|
||||
//AD_ENTRY1s("gusecode.flx", "d69599a46870b66c1b7c02710ed185bdx", 0),
|
||||
{
|
||||
{"eusecode.flx", 0, "c61f1dacde591cb39d452264e281f234", 1251108},
|
||||
{"gusecode.flx", 0, "d69599a46870b66c1b7c02710ed185bd", 1378604},
|
||||
|
Loading…
x
Reference in New Issue
Block a user