diff options
| author | Travis Howell | 2009-07-21 07:02:18 +0000 | 
|---|---|---|
| committer | Travis Howell | 2009-07-21 07:02:18 +0000 | 
| commit | 004b313ae0cbacad98bbc7ee3ae82bcb5ef1780c (patch) | |
| tree | 7c3c2e8bfc8776014bffee49d662a09707ad1e19 | |
| parent | 5585e181233856bc47f963c1f56ff8bd7807f861 (diff) | |
| download | scummvm-rg350-004b313ae0cbacad98bbc7ee3ae82bcb5ef1780c.tar.gz scummvm-rg350-004b313ae0cbacad98bbc7ee3ae82bcb5ef1780c.tar.bz2 scummvm-rg350-004b313ae0cbacad98bbc7ee3ae82bcb5ef1780c.zip | |
Update GUI flags for AGOS game engine.
svn-id: r42636
| -rw-r--r-- | engines/agos/detection_tables.h | 132 | 
1 files changed, 67 insertions, 65 deletions
| diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index ec21acc0a1..61a377832c 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -26,6 +26,8 @@  namespace AGOS {  using Common::GUIO_NONE; +using Common::GUIO_NOMIDI; +using Common::GUIO_NOMUSIC;  using Common::GUIO_NOSPEECH;  using Common::GUIO_NOSUBTITLES; @@ -45,7 +47,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_PN, @@ -68,7 +70,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAtariST,  			ADGF_DEMO, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_PN, @@ -91,7 +93,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAtariST,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_PN, @@ -137,7 +139,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAmiga,  			ADGF_DEMO, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_ELVIRA1, @@ -158,7 +160,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_ELVIRA1, @@ -179,7 +181,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::FR_FRA,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_ELVIRA1, @@ -200,7 +202,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::DE_DEU,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_ELVIRA1, @@ -223,7 +225,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAtariST,  			ADGF_DEMO, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_ELVIRA1, @@ -246,7 +248,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAtariST,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_ELVIRA1, @@ -269,7 +271,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAtariST,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_ELVIRA1, @@ -410,7 +412,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_ELVIRA2, @@ -436,7 +438,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::FR_FRA,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_ELVIRA2, @@ -462,7 +464,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::DE_DEU,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_ELVIRA2, @@ -488,7 +490,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::IT_ITA,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_ELVIRA2, @@ -514,7 +516,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::ES_ESP,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_ELVIRA2, @@ -540,7 +542,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAtariST,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_ELVIRA2, @@ -566,7 +568,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::FR_FRA,  			Common::kPlatformAtariST,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_ELVIRA2, @@ -802,7 +804,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_WW, @@ -829,7 +831,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::DE_DEU,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_WW, @@ -992,7 +994,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAcorn,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_SIMON1, @@ -1017,7 +1019,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAcorn,  			ADGF_DEMO, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_SIMON1, @@ -1042,7 +1044,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAcorn,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_SIMON1, @@ -1066,7 +1068,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_SIMON1, @@ -1090,7 +1092,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAmiga,  			ADGF_DEMO, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_SIMON1, @@ -1114,7 +1116,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_SIMON1, @@ -1138,7 +1140,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::FR_FRA,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_SIMON1, @@ -1162,7 +1164,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::DE_DEU,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_SIMON1, @@ -1186,7 +1188,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::IT_ITA,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSPEECH +			GUIO_NOSPEECH | GUIO_NOMIDI  		},  		GType_SIMON1, @@ -1210,7 +1212,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES | GUIO_NOMIDI  		},  		GType_SIMON1, @@ -1234,7 +1236,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES | GUIO_NOMIDI  		},  		GType_SIMON1, @@ -1523,7 +1525,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformPC,  			ADGF_DEMO, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_SIMON1, @@ -1548,7 +1550,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformPC,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_SIMON1, @@ -1573,7 +1575,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformPC,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_SIMON1, @@ -1598,7 +1600,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::RU_RUS,  			Common::kPlatformPC,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_SIMON1, @@ -1623,7 +1625,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::FR_FRA,  			Common::kPlatformPC,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_SIMON1, @@ -1648,7 +1650,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::DE_DEU,  			Common::kPlatformPC,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_SIMON1, @@ -1673,7 +1675,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::HB_ISR,  			Common::kPlatformPC,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_SIMON1, @@ -1698,7 +1700,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::IT_ITA,  			Common::kPlatformPC,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_SIMON1, @@ -1724,7 +1726,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::IT_ITA,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_SIMON1, @@ -1749,7 +1751,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::ES_ESP,  			Common::kPlatformPC,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_SIMON1, @@ -1774,7 +1776,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_SIMON1, @@ -1799,7 +1801,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::DE_DEU,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_SIMON1, @@ -1824,7 +1826,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformPC,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSPEECH  		},  		GType_SIMON2, @@ -2149,7 +2151,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::HB_ISR,  			Common::kPlatformPC,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_SIMON2, @@ -2346,7 +2348,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformPC,  			ADGF_DEMO, -			GUIO_NOSUBTITLES +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_FF, @@ -2367,7 +2369,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::DE_DEU,  			Common::kPlatformPC,  			ADGF_DEMO, -			GUIO_NOSUBTITLES +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_FF, @@ -2391,7 +2393,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSUBTITLES +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_FF, @@ -2415,7 +2417,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::DE_DEU,  			Common::kPlatformAmiga,  			ADGF_NO_FLAGS, -			GUIO_NOSUBTITLES +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_FF, @@ -2439,7 +2441,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformMacintosh,  			ADGF_NO_FLAGS, -			GUIO_NOSUBTITLES +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_FF, @@ -2463,7 +2465,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::FR_FRA,  			Common::kPlatformMacintosh,  			ADGF_NO_FLAGS, -			GUIO_NOSUBTITLES +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_FF, @@ -2487,7 +2489,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::DE_DEU,  			Common::kPlatformMacintosh,  			ADGF_NO_FLAGS, -			GUIO_NOSUBTITLES +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_FF, @@ -2511,7 +2513,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::ES_ESP,  			Common::kPlatformMacintosh,  			ADGF_NO_FLAGS, -			GUIO_NOSUBTITLES +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_FF, @@ -2534,7 +2536,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NOSUBTITLES +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_FF, @@ -2557,7 +2559,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::PL_POL,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NOSUBTITLES +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_FF, @@ -2580,7 +2582,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NOSUBTITLES +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_FF, @@ -2603,7 +2605,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::FR_FRA,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NOSUBTITLES +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_FF, @@ -2626,7 +2628,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::DE_DEU,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NOSUBTITLES +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_FF, @@ -2649,7 +2651,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::IT_ITA,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NOSUBTITLES +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_FF, @@ -2672,7 +2674,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::ES_ESP,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NOSUBTITLES +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_FF, @@ -2693,7 +2695,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES | GUIO_NOMUSIC  		},  		GType_PP, @@ -2714,7 +2716,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_PP, @@ -2735,7 +2737,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_PP, @@ -2756,7 +2758,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::EN_ANY,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_PP, @@ -2777,7 +2779,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::DE_DEU,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_PP, @@ -2798,7 +2800,7 @@ static const AGOSGameDescription gameDescriptions[] = {  			Common::ES_ESP,  			Common::kPlatformWindows,  			ADGF_NO_FLAGS, -			GUIO_NONE +			GUIO_NOSUBTITLES  		},  		GType_PP, | 
