mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 21:03:31 +00:00
STARTREK: Add FR, GER CD versions to detection.cpp
This commit is contained in:
parent
3a83f9b2d9
commit
d672fb6a3d
@ -84,6 +84,34 @@ static const StarTrekGameDescription gameDescriptions[] = {
|
|||||||
GF_CDROM,
|
GF_CDROM,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{ // ST25 DOS CD-ROM edition (FR)
|
||||||
|
{
|
||||||
|
"st25",
|
||||||
|
"CD",
|
||||||
|
AD_ENTRY1s("data.001", "57040928a0f374281aa86ba4e7db8444", 7815278),
|
||||||
|
Common::FR_FRA,
|
||||||
|
Common::kPlatformDOS,
|
||||||
|
ADGF_NO_FLAGS,
|
||||||
|
GUIO0()
|
||||||
|
},
|
||||||
|
GType_ST25,
|
||||||
|
GF_CDROM,
|
||||||
|
},
|
||||||
|
|
||||||
|
{ // ST25 DOS CD-ROM edition (GER)
|
||||||
|
{
|
||||||
|
"st25",
|
||||||
|
"CD",
|
||||||
|
AD_ENTRY1s("data.001", "57040928a0f374281aa86ba4e7db8444", 7805836),
|
||||||
|
Common::DE_DEU,
|
||||||
|
Common::kPlatformDOS,
|
||||||
|
ADGF_NO_FLAGS,
|
||||||
|
GUIO0()
|
||||||
|
},
|
||||||
|
GType_ST25,
|
||||||
|
GF_CDROM,
|
||||||
|
},
|
||||||
|
|
||||||
{ // ST25 DOS floppy edition (EN)
|
{ // ST25 DOS floppy edition (EN)
|
||||||
{
|
{
|
||||||
"st25",
|
"st25",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user