diff options
author | Florian Kagerer | 2010-08-11 18:56:50 +0000 |
---|---|---|
committer | Florian Kagerer | 2010-08-11 18:56:50 +0000 |
commit | 581935dda41a40d4862ceb28f2afac8e3d766fea (patch) | |
tree | 54858d8425b7581fd2f0db872629960555be35d3 | |
parent | 4a159bcb1e086d03c7bd1216694552ed5a83103e (diff) | |
download | scummvm-rg350-581935dda41a40d4862ceb28f2afac8e3d766fea.tar.gz scummvm-rg350-581935dda41a40d4862ceb28f2afac8e3d766fea.tar.bz2 scummvm-rg350-581935dda41a40d4862ceb28f2afac8e3d766fea.zip |
KYRA: add new GUIO_MIDIAMIGA flag to amiga targets
svn-id: r51996
-rw-r--r-- | engines/kyra/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h index 8eabb15264..2e1d5afc17 100644 --- a/engines/kyra/detection_tables.h +++ b/engines/kyra/detection_tables.h @@ -194,7 +194,7 @@ const KYRAGameDescription adGameDescs[] = { Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, - Common::GUIO_NOSPEECH + Common::GUIO_NOSPEECH | Common::GUIO_MIDIAMIGA }, KYRA1_AMIGA_FLAGS }, @@ -211,7 +211,7 @@ const KYRAGameDescription adGameDescs[] = { Common::DE_DEU, Common::kPlatformAmiga, ADGF_NO_FLAGS, - Common::GUIO_NOSPEECH + Common::GUIO_NOSPEECH | Common::GUIO_MIDIAMIGA }, KYRA1_AMIGA_FLAGS }, |