diff options
-rw-r--r-- | engines/tinsel/detection_tables.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h index 64a0af8404..9175f9fa17 100644 --- a/engines/tinsel/detection_tables.h +++ b/engines/tinsel/detection_tables.h @@ -492,7 +492,7 @@ static const TinselGameDescription gameDescriptions[] = { Common::RU_RUS, Common::kPlatformPC, ADGF_CD, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_DW1, 0, @@ -512,7 +512,7 @@ static const TinselGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_DW2, 0, @@ -532,7 +532,7 @@ static const TinselGameDescription gameDescriptions[] = { Common::EN_GRB, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_DW2, 0, @@ -552,7 +552,7 @@ static const TinselGameDescription gameDescriptions[] = { Common::EN_USA, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_DW2, 0, @@ -572,7 +572,7 @@ static const TinselGameDescription gameDescriptions[] = { Common::FR_FRA, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_DW2, 0, @@ -592,7 +592,7 @@ static const TinselGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_DW2, 0, @@ -613,7 +613,7 @@ static const TinselGameDescription gameDescriptions[] = { Common::IT_ITA, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_DW2, 0, @@ -633,7 +633,7 @@ static const TinselGameDescription gameDescriptions[] = { Common::ES_ESP, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_DW2, 0, @@ -654,7 +654,7 @@ static const TinselGameDescription gameDescriptions[] = { Common::RU_RUS, Common::kPlatformPC, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, GID_DW2, 0, |