aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFlorian Kagerer2010-08-11 18:56:50 +0000
committerFlorian Kagerer2010-08-11 18:56:50 +0000
commit581935dda41a40d4862ceb28f2afac8e3d766fea (patch)
tree54858d8425b7581fd2f0db872629960555be35d3 /engines
parent4a159bcb1e086d03c7bd1216694552ed5a83103e (diff)
downloadscummvm-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
Diffstat (limited to 'engines')
-rw-r--r--engines/kyra/detection_tables.h4
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
},