diff options
author | Strangerke | 2011-10-24 12:59:02 +0200 |
---|---|---|
committer | Strangerke | 2011-10-24 12:59:02 +0200 |
commit | fa1e55181a70043b9e89c0af5c1c77e94c6edee7 (patch) | |
tree | 2d91d2138d3081baf414d4cc780036185bfed9bc /engines | |
parent | 7350ddf6407c77e65280332981356ef53f09d4eb (diff) | |
download | scummvm-rg350-fa1e55181a70043b9e89c0af5c1c77e94c6edee7.tar.gz scummvm-rg350-fa1e55181a70043b9e89c0af5c1c77e94c6edee7.tar.bz2 scummvm-rg350-fa1e55181a70043b9e89c0af5c1c77e94c6edee7.zip |
KYRA: On demand of lordHoto, remove GUIO_NOASPECT as Jap. games are in 640x400 and not 640x480
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/detection_tables.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h index 104bc11b25..5c1e9df408 100644 --- a/engines/kyra/detection_tables.h +++ b/engines/kyra/detection_tables.h @@ -275,7 +275,7 @@ const KYRAGameDescription adGameDescs[] = { Common::JA_JPN, Common::kPlatformFMTowns, ADGF_NO_FLAGS, - GUIO3(GUIO_NOSPEECH, GUIO_MIDITOWNS, GUIO_NOASPECT) + GUIO2(GUIO_NOSPEECH, GUIO_MIDITOWNS) }, KYRA1_TOWNS_SJIS_FLAGS }, @@ -294,7 +294,7 @@ const KYRAGameDescription adGameDescs[] = { Common::JA_JPN, Common::kPlatformPC98, ADGF_NO_FLAGS, - GUIO3(GUIO_NOSPEECH, GUIO_MIDIPC98, GUIO_NOASPECT) + GUIO2(GUIO_NOSPEECH, GUIO_MIDIPC98) }, KYRA1_TOWNS_SJIS_FLAGS }, @@ -714,7 +714,7 @@ const KYRAGameDescription adGameDescs[] = { Common::JA_JPN, Common::kPlatformFMTowns, ADGF_NO_FLAGS, - GUIO3(GUIO_NOSPEECH, GUIO_MIDITOWNS, GUIO_NOASPECT) + GUIO2(GUIO_NOSPEECH, GUIO_MIDITOWNS) }, KYRA2_TOWNS_SJIS_FLAGS }, @@ -738,7 +738,7 @@ const KYRAGameDescription adGameDescs[] = { Common::JA_JPN, Common::kPlatformPC98, ADGF_CD, - GUIO3(GUIO_NOSPEECH, GUIO_MIDIPC98, GUIO_NOASPECT) + GUIO2(GUIO_NOSPEECH, GUIO_MIDIPC98) }, KYRA2_TOWNS_SJIS_FLAGS }, @@ -1401,7 +1401,7 @@ const KYRAGameDescription adGameDescs[] = { Common::JA_JPN, Common::kPlatformPC98, ADGF_NO_FLAGS, - GUIO3(GUIO_NOSPEECH, GUIO_MIDIPC98, GUIO_NOASPECT) + GUIO2(GUIO_NOSPEECH, GUIO_MIDIPC98) }, LOL_PC98_SJIS_FLAGS }, |