mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
CGE2: Add detection for Sfinx Lite (demo)
Found on CD-ACTION (Poland) #21a Feb 1998. From SFINX.TXT: Przedstawiamy gre SFINX Lite, która jest grywalnym demem gry SFINX. Translation: We present the game SFINX Lite, which is a playable demo of the game SFINX.
This commit is contained in:
parent
0ccb493af1
commit
d915b804ac
@ -68,6 +68,13 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO2(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF, GAMEOPTION_TTS_OBJECTS)
|
||||
},
|
||||
|
||||
{
|
||||
"sfinx", "Demo",
|
||||
AD_ENTRY2s("vol.cat", "68271dc56aa37c4e83b792df69625a00", 24576,
|
||||
"vol.dat", "989c26861bc56fafa3a85784e374ca15", 2710971),
|
||||
Common::PL_POL, Common::kPlatformDOS, ADGF_DEMO, GUIO3(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF, GAMEOPTION_TTS_OBJECTS, GAMEOPTION_TTS_SPEECH)
|
||||
},
|
||||
|
||||
{
|
||||
"sfinx", "Freeware v0.3",
|
||||
AD_ENTRY2s("vol.cat", "f158e469dccbebc5a632eb848df89779", 129024,
|
||||
|
Loading…
x
Reference in New Issue
Block a user