From 4e0c574fd2a3b864103948869f3e7536e114ed43 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 24 Oct 2011 00:57:30 +0200 Subject: LAUNCHER: Add GUIO_NOASPECT to agos --- engines/agos/detection_tables.h | 58 ++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'engines') diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index 21b9d24c7c..a006766728 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -2340,7 +2340,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2361,7 +2361,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformPC, ADGF_DEMO, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2385,7 +2385,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2409,7 +2409,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformAmiga, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2433,7 +2433,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2457,7 +2457,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::FR_FRA, Common::kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2481,7 +2481,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2505,7 +2505,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::ES_ESP, Common::kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2526,7 +2526,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2549,7 +2549,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2572,7 +2572,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::PL_POL, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2593,7 +2593,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2616,7 +2616,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2639,7 +2639,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::FR_FRA, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2662,7 +2662,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2685,7 +2685,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::IT_ITA, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2708,7 +2708,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::PL_POL, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2731,7 +2731,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::ES_ESP, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_FF, @@ -2752,7 +2752,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_PP, @@ -2773,7 +2773,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO2(GUIO_NOSUBTITLES, GUIO_NOMUSIC) + GUIO3(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOASPECT) }, GType_PP, @@ -2794,7 +2794,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NOSUBTITLES) + GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT) }, GType_PP, @@ -2815,7 +2815,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NOSUBTITLES) + GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT) }, GType_PP, @@ -2836,7 +2836,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NOSUBTITLES) + GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT) }, GType_PP, @@ -2857,7 +2857,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NOSUBTITLES) + GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT) }, GType_PP, @@ -2878,7 +2878,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NOSUBTITLES) + GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT) }, GType_PP, @@ -2899,7 +2899,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NOSUBTITLES) + GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT) }, GType_PP, @@ -2920,7 +2920,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NOSUBTITLES) + GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT) }, GType_PP, @@ -2941,7 +2941,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::PL_POL, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NOSUBTITLES) + GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT) }, GType_PP, @@ -2962,7 +2962,7 @@ static const AGOSGameDescription gameDescriptions[] = { Common::ES_ESP, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NOSUBTITLES) + GUIO2(GUIO_NOSUBTITLES, GUIO_NOASPECT) }, GType_PP, -- cgit v1.2.3