NEVERHOOD: Add detection entry for Japanese version. Bugreport #11074

This commit is contained in:
Eugene Sandulenko 2021-04-20 23:11:06 +02:00
parent 15ee61f34f
commit fae8d3aa7f
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -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
};