mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
NEVERHOOD: Add detection entry for Japanese version. Bugreport #11074
This commit is contained in:
parent
15ee61f34f
commit
fae8d3aa7f
@ -103,6 +103,18 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
|
||||
// Neverhood Japanese version
|
||||
// Bugreport #11074
|
||||
{
|
||||
"neverhood",
|
||||
_s("Missing game code"), // Reason for being unsupported
|
||||
AD_ENTRY1s("hd.blb", "c791725bbbc23c0f8bf78eece4555565", 4308928),
|
||||
Common::RU_RUS,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_DROPPLATFORM | ADGF_UNSUPPORTED,
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
|
||||
AD_TABLE_END_MARKER
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user