mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +00:00
TITANIC: Add German detection, but disabled for now
This commit is contained in:
parent
3c9d724866
commit
ef2dda7e2e
@ -35,6 +35,22 @@ static const TitanicGameDescription gameDescriptions[] = {
|
||||
},
|
||||
},
|
||||
|
||||
#if 0
|
||||
// German version currently disabled because it won't start up,
|
||||
// even with the English generated titanic.dat file
|
||||
{
|
||||
{
|
||||
"titanic",
|
||||
0,
|
||||
AD_ENTRY1s("newgame.st", "db22924adfd6730f4b79f4e51b25e779", 87608),
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
},
|
||||
#endif
|
||||
|
||||
{ AD_TABLE_END_MARKER }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user