mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-25 04:01:03 +00:00
AGOS: Added detection for unextracted Italian 4CD feeble. Bugreport #12495
This commit is contained in:
parent
473a312b0e
commit
2f912109f5
@ -3094,6 +3094,29 @@ static const AGOSGameDescription gameDescriptions[] = {
|
||||
GF_OLD_BUNDLE | GF_TALKIE
|
||||
},
|
||||
|
||||
// The Feeble Files - German Windows 4CD (with InstallShield cab)
|
||||
// Provided by goodoldgeorge Bugreport #12495
|
||||
{
|
||||
{
|
||||
"feeble",
|
||||
"4CD/unextracted",
|
||||
|
||||
{
|
||||
{ "data1.cab", GAME_CABFILE, "fa49e1f9910e519ebdcae365da10697e", 26296986},
|
||||
{ "0882.vga", 0, "6655780ef361ed92d0a99d50217502f3", 713180},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::IT_ITA,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT)
|
||||
},
|
||||
|
||||
GType_FF,
|
||||
GID_FEEBLEFILES,
|
||||
GF_OLD_BUNDLE | GF_TALKIE | GF_PACKED
|
||||
},
|
||||
|
||||
// The Feeble Files - Polish Windows 4CD
|
||||
{
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user