mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
ZVISION: Merge 2 mac detection entries
They were a workaround for AD limitations that no longer exist.
This commit is contained in:
parent
d072b28d5c
commit
2cc5e2008f
@ -122,34 +122,12 @@ static const ZVisionGameDescription gameDescriptions[] = {
|
||||
{
|
||||
// Zork Nemesis English Mac version
|
||||
// Bugreport #11755
|
||||
// These are proper checksums, but it is not working with AD so far
|
||||
// (see comment at the start of getFileProperties()
|
||||
{
|
||||
"znemesis",
|
||||
_s("Missing game code"), // Reason for being unsupported
|
||||
{
|
||||
{ "CSCR.ZFS", 0, "ce26cbb17bfbaa774742b3187262a7c0", 2597635 },
|
||||
{ "ASCR.ZFS", 0, "5ee98db1bf73983eb8148da231342085", 929931 },
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_UNSUPPORTED | ADGF_MACRESFORK,
|
||||
GUIO4(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_ENABLE_VENUS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING)
|
||||
},
|
||||
GID_NEMESIS
|
||||
},
|
||||
|
||||
{
|
||||
// Zork Nemesis English Mac version
|
||||
// These are improper checksums for MacBinary files
|
||||
// Added to avoid further bugreports.
|
||||
{
|
||||
"znemesis",
|
||||
_s("Missing game code"), // Reason for being unsupported
|
||||
{
|
||||
{ "CSCR.ZFS", 0, "afcf3b38c210db13988fe7b22d5b2288", 2597888 },
|
||||
{ "ASCR.ZFS", 0, "75e07b46ef60967c9ea66a19e4916b0f", 930176 },
|
||||
{ "CSCR.ZFS", 0, "d:ce26cbb17bfbaa774742b3187262a7c0", 2597635 },
|
||||
{ "ASCR.ZFS", 0, "d:5ee98db1bf73983eb8148da231342085", 929931 },
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::EN_ANY,
|
||||
|
Loading…
x
Reference in New Issue
Block a user