mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
ZVISION: Add detection for Italian Zork Nemeis (bug #6786)
This commit is contained in:
parent
35c17d5066
commit
76eadc75e2
@ -111,6 +111,23 @@ static const ZVisionGameDescription gameDescriptions[] = {
|
||||
GID_NEMESIS
|
||||
},
|
||||
|
||||
{
|
||||
// Zork Nemesis Italian version
|
||||
{
|
||||
"znemesis",
|
||||
0,
|
||||
{{"CSCR.ZFS", 0, "f04113357b4748c13efcb58b4629887c", 2577873},
|
||||
{"NEMESIS.STR", 0, "7c568feca8d9f9ae855c47183612c305", 9061},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::IT_ITA,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO4(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_ENABLE_VENUS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING)
|
||||
},
|
||||
GID_NEMESIS
|
||||
},
|
||||
|
||||
{
|
||||
// Zork Nemesis English demo version
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user