mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Added MD5 for Future Wars included in the UK "Classic Collection".
svn-id: r24343
This commit is contained in:
parent
6ee478369a
commit
b2ce8001cd
@ -110,6 +110,10 @@ static const ADGameFileDescription FW_GameFiles[] = {
|
||||
{ "part01", 0, "61d003202d301c29dd399acfb1354310"},
|
||||
};
|
||||
|
||||
static const ADGameFileDescription FWALT_GameFiles[] = {
|
||||
{ "part01", 0, "91d7271155520eae6915a9dd2dac120c"},
|
||||
};
|
||||
|
||||
static const ADGameFileDescription FWDE_GameFiles[] = {
|
||||
{ "part01", 0, "f5e98fcca3fb5e7afa284c81c39d8b14"},
|
||||
};
|
||||
@ -239,6 +243,20 @@ static const CINEGameDescription gameDescriptions[] = {
|
||||
0,
|
||||
},
|
||||
|
||||
{
|
||||
// This is the version included in the UK "Classic Collection"
|
||||
{
|
||||
"fw",
|
||||
"",
|
||||
ARRAYSIZE(FWALT_GameFiles),
|
||||
FWALT_GameFiles,
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
},
|
||||
GType_FW,
|
||||
0,
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"fw",
|
||||
|
Loading…
Reference in New Issue
Block a user