diff options
author | Strangerke | 2011-10-24 00:39:31 +0200 |
---|---|---|
committer | Strangerke | 2011-10-24 00:39:31 +0200 |
commit | 0af96cd3792b14e5501aa10ff4a034d895f484df (patch) | |
tree | c9c637c21119e79462f8e40d602a59e91d1b8016 | |
parent | 5468f50a4b74b51f71c5483f37ace52a8e3d3095 (diff) | |
download | scummvm-rg350-0af96cd3792b14e5501aa10ff4a034d895f484df.tar.gz scummvm-rg350-0af96cd3792b14e5501aa10ff4a034d895f484df.tar.bz2 scummvm-rg350-0af96cd3792b14e5501aa10ff4a034d895f484df.zip |
LAUNCHER: Add GUIO_NOASPECT to sword25
-rw-r--r-- | engines/sword25/detection_tables.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/engines/sword25/detection_tables.h b/engines/sword25/detection_tables.h index 5e0473dee5..8fa0a90b67 100644 --- a/engines/sword25/detection_tables.h +++ b/engines/sword25/detection_tables.h @@ -30,7 +30,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, { "sword25", @@ -39,7 +39,7 @@ static const ADGameDescription gameDescriptions[] = { Common::FR_FRA, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, { "sword25", @@ -48,7 +48,7 @@ static const ADGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, { "sword25", @@ -57,7 +57,7 @@ static const ADGameDescription gameDescriptions[] = { Common::HU_HUN, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, { "sword25", @@ -66,7 +66,7 @@ static const ADGameDescription gameDescriptions[] = { Common::IT_ITA, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, { "sword25", @@ -75,7 +75,7 @@ static const ADGameDescription gameDescriptions[] = { Common::PL_POL, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, { "sword25", @@ -84,7 +84,7 @@ static const ADGameDescription gameDescriptions[] = { Common::PT_BRA, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, { "sword25", @@ -93,7 +93,7 @@ static const ADGameDescription gameDescriptions[] = { Common::RU_RUS, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, { "sword25", @@ -102,7 +102,7 @@ static const ADGameDescription gameDescriptions[] = { Common::ES_ESP, Common::kPlatformUnknown, ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, // Extracted version @@ -116,7 +116,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformUnknown, GF_EXTRACTED | ADGF_UNSTABLE, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOASPECT) }, AD_TABLE_END_MARKER }; |