diff options
author | Strangerke | 2011-10-24 01:27:47 +0200 |
---|---|---|
committer | Strangerke | 2011-10-24 01:27:47 +0200 |
commit | 9684a1079d55b44b3da0ca0e9a238efeb5bdc5eb (patch) | |
tree | 90651f66ecd9c26ce06f63fcb2a3bbb0e08cdc2c | |
parent | 4e0c574fd2a3b864103948869f3e7536e114ed43 (diff) | |
download | scummvm-rg350-9684a1079d55b44b3da0ca0e9a238efeb5bdc5eb.tar.gz scummvm-rg350-9684a1079d55b44b3da0ca0e9a238efeb5bdc5eb.tar.bz2 scummvm-rg350-9684a1079d55b44b3da0ca0e9a238efeb5bdc5eb.zip |
LAUNCHER: Add GUIO_NOASPECT to tinsel
-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, |