mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
HOPKINS: Remove redundant platform descriptions
We don't need this in the extra text because it's already provided.
This commit is contained in:
parent
c051780d2f
commit
6446c14e06
@ -30,7 +30,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
// Hopkins FBI Linux Demo UK 1.00 and 1.02
|
||||
{
|
||||
"hopkins",
|
||||
"Linux Demo",
|
||||
"Demo",
|
||||
AD_ENTRY1s("RES_VAN.RES", "29414c05be8f9fe794c61572a65def12", 16060544),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformLinux,
|
||||
@ -154,7 +154,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
// CHECKME: No voice! a second file is required though... Also, it has multi-language support
|
||||
{
|
||||
"hopkins",
|
||||
"Win95 Demo",
|
||||
"Demo",
|
||||
AD_ENTRY1s("Hopkins.exe", "0c9ebfe371f4dcf84a49f333f04839a0", 376897),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
@ -166,7 +166,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
// Hopkins FBI Win95 Polish Demo, provided by Strangerke
|
||||
{
|
||||
"hopkins",
|
||||
"Win95 Demo",
|
||||
"Demo",
|
||||
AD_ENTRY1s("RES_VAN.RES", "8262cfba261c200af4451902689dffe0", 12233202),
|
||||
Common::PL_POL,
|
||||
Common::kPlatformWindows,
|
||||
|
Loading…
Reference in New Issue
Block a user