diff options
author | Strangerke | 2011-10-24 00:35:16 +0200 |
---|---|---|
committer | Strangerke | 2011-10-24 00:35:16 +0200 |
commit | 5468f50a4b74b51f71c5483f37ace52a8e3d3095 (patch) | |
tree | 2cf6f61000206b47be3ed8dce9b0a37d8b6c51bb /engines/saga | |
parent | 48f7187eddbecad7abdb9c6bfc18efa0cdf24633 (diff) | |
download | scummvm-rg350-5468f50a4b74b51f71c5483f37ace52a8e3d3095.tar.gz scummvm-rg350-5468f50a4b74b51f71c5483f37ace52a8e3d3095.tar.bz2 scummvm-rg350-5468f50a4b74b51f71c5483f37ace52a8e3d3095.zip |
LAUNCHER: Add GUIO_NOASPECT to saga
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/detection_tables.h | 18 |
1 files changed, 9 insertions, 9 deletions
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, |