mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-02 00:07:59 +00:00
ULTIMA: Add detection entry for alternative Ultima 6 version [TRAC #14659]
This commit is contained in:
parent
89ce1fbc67
commit
dcb4d9e91b
@ -300,6 +300,22 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
|
||||
GAME_ULTIMA6,
|
||||
GF_VGA_ENHANCED
|
||||
},
|
||||
|
||||
// Ultima VI - alternative release
|
||||
// TRAC #14659
|
||||
{
|
||||
{
|
||||
"ultima6",
|
||||
0,
|
||||
AD_ENTRY1s("converse.a", "ee22a6ac3964f9ff11a48fcb3f4a9389", 162458),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_NO_FLAGS,
|
||||
GUI_OPTIONS_ULTIMA6
|
||||
},
|
||||
GAME_ULTIMA6,
|
||||
0
|
||||
},
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_ULTIMA8
|
||||
|
Loading…
x
Reference in New Issue
Block a user