mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 14:42:26 +00:00
CGE2: Add detection for English v1.0 version of the game
This commit is contained in:
parent
d175d58ce1
commit
c4a829a7c6
@ -71,6 +71,16 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
|
||||
},
|
||||
|
||||
{
|
||||
"sfinx", "Freeware v1.0",
|
||||
{
|
||||
{"vol.cat", 0, "f158e469dccbebc5a632eb848df89779", 129024},
|
||||
{"vol.dat", 0, "d40a6b4ae173d6930be54ba56bee15d5", 34183443},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
|
||||
},
|
||||
|
||||
AD_TABLE_END_MARKER
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user