From 5468f50a4b74b51f71c5483f37ace52a8e3d3095 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 24 Oct 2011 00:35:16 +0200 Subject: LAUNCHER: Add GUIO_NOASPECT to saga --- engines/saga/detection_tables.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'engines') diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h index 863c2cee64..10393c4a2a 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -617,7 +617,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_IHNM, 0, @@ -649,7 +649,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_IHNM, 0, @@ -679,7 +679,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_IHNM, 0, @@ -707,7 +707,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::ES_ESP, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_IHNM, 0, @@ -736,7 +736,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::FR_FRA, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_IHNM, 0, @@ -764,7 +764,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::IT_ITA, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_IHNM, 0, @@ -789,7 +789,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformMacintosh, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_IHNM, 0, @@ -819,7 +819,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_DINO, 0, @@ -849,7 +849,7 @@ static const SAGAGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_FTA2, 0, -- cgit v1.2.3