mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 15:48:48 +00:00
HOPKINS: Add detection for Win95 demo
This commit is contained in:
parent
46b44b923b
commit
2888a3863c
@ -70,6 +70,21 @@ static const HopkinsGameDescription gameDescriptions[] = {
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
},
|
||||
{
|
||||
// Hopkins FBI Win95 Demo, provided by Strangerke
|
||||
{
|
||||
"hopkins",
|
||||
0,
|
||||
{
|
||||
{"Hopkins.exe", 0, "0c9ebfe371f4dcf84a49f333f04839a0", 376897},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_DEMO,
|
||||
GUIO1(GUIO_NONE)
|
||||
},
|
||||
},
|
||||
{
|
||||
// Hopkins FBI Win95, provided by Strangerke
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user