aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorathrxx2018-12-30 16:58:19 +0100
committerathrxx2019-04-13 18:54:57 +0200
commitd3c783457d458e6e03401366d75ac291a9a0b70e (patch)
treef94bf66920d0b20c695ac27ec196644efe3a002c /engines
parent3a9a66c0ada8a75881c0aa10c9b05246b50e969c (diff)
downloadscummvm-rg350-d3c783457d458e6e03401366d75ac291a9a0b70e.tar.gz
scummvm-rg350-d3c783457d458e6e03401366d75ac291a9a0b70e.tar.bz2
scummvm-rg350-d3c783457d458e6e03401366d75ac291a9a0b70e.zip
KYRA: (EOB2/Amiga) - add detection entries
Diffstat (limited to 'engines')
-rw-r--r--engines/kyra/detection_tables.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index 0da2deae03..7ff8f36ebc 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1733,6 +1733,38 @@ const KYRAGameDescription adGameDescs[] = {
},
EOB2_FMTOWNS_FLAGS
},
+
+ {
+ {
+ "eob2",
+ 0,
+ {
+ { "TEXT.CPS", 0, "e7350914bd7ca68039a4bc6aa42c43d4", -1 },
+ { 0, 0, 0, 0 }
+ },
+ Common::EN_ANY,
+ Common::kPlatformAmiga,
+ ADGF_NO_FLAGS,
+ GUIO4(GUIO_NOSPEECH, GUIO_MIDIAMIGA, GUIO_RENDERAMIGA, GAMEOPTION_EOB_HPGRAPHS)
+ },
+ EOB2_FLAGS
+ },
+
+ {
+ {
+ "eob2",
+ 0,
+ {
+ { "TEXT.CPS", 0, "562adb7c1780481205b4d86ce1a54f20", -1 },
+ { 0, 0, 0, 0 }
+ },
+ Common::DE_DEU,
+ Common::kPlatformAmiga,
+ ADGF_NO_FLAGS,
+ GUIO4(GUIO_NOSPEECH, GUIO_MIDIAMIGA, GUIO_RENDERAMIGA, GAMEOPTION_EOB_HPGRAPHS)
+ },
+ EOB2_FLAGS
+ },
#endif // ENABLE_EOB
{ AD_TABLE_END_MARKER, FLAGS(0, 0, 0, 0, 0, 0, 0, 0, 0, 0) }