mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
CGE: Add detection for alternate Soltys demo
Found on 1997 Sfinx CD from LK Avalon. From the readme: +-------------------------+ | "zwiastun gry SOLTYS" | | (mini-gra przygodowa) | +-------------------------+ Translated to "Soltys Game Trailer" (mini-adventure game)
This commit is contained in:
parent
099b4d26f5
commit
0ccb493af1
@ -65,6 +65,12 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
"vol.dat", "c5d9b15863cab61dc125551576dece04", 1075272),
|
||||
Common::PL_POL, Common::kPlatformDOS, ADGF_DEMO | ADGF_UNSUPPORTED , GUIO2(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF, GAMEOPTION_TTS)
|
||||
},
|
||||
{
|
||||
"soltys", _s("Missing game code"),
|
||||
AD_ENTRY2s("vol.cat", "ad3c90abf775a45380ce56e4494923fb", 9216,
|
||||
"vol.dat", "c5d9b15863cab61dc125551576dece04", 1518836),
|
||||
Common::PL_POL, Common::kPlatformDOS, ADGF_DEMO | ADGF_UNSUPPORTED , GUIO2(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF, GAMEOPTION_TTS)
|
||||
},
|
||||
{
|
||||
"soltys", "Freeware v1.0",
|
||||
AD_ENTRY2s("vol.cat", "f1675684c68ab90272f5776f8f2c3974", 50176,
|
||||
|
Loading…
Reference in New Issue
Block a user