mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
STARTREK: Add german floppy version to detection
This commit is contained in:
parent
1599e57dfe
commit
359b0c2307
@ -110,6 +110,21 @@ static const StarTrekGameDescription gameDescriptions[] = {
|
||||
false,
|
||||
},
|
||||
|
||||
{ // ST25 DOS floppy edition (GER)
|
||||
{
|
||||
"st25",
|
||||
"Floppy",
|
||||
AD_ENTRY1s("data.001", "57040928a0f374281aa86ba4e7db8444", 7181890),
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO0()
|
||||
},
|
||||
GType_ST25,
|
||||
0,
|
||||
false,
|
||||
},
|
||||
|
||||
{ // ST25 Amiga ? (EN)
|
||||
{
|
||||
"st25",
|
||||
|
Loading…
Reference in New Issue
Block a user