diff options
-rw-r--r-- | engines/kyra/detection.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index 11043f1e3f..29a80017b3 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -205,7 +205,11 @@ const KYRAGameDescription adGameDescs[] = { { "kyra1", 0, - AD_ENTRY1("GEMCUT.PAK", "2bd1da653eaefd691e050e4a9eb68a64"), + { + { "GEMCUT.PAK", 0, "2bd1da653eaefd691e050e4a9eb68a64", -1 }, + { "GEMCUT.EMC", 0, "2a3f44e179f1e9f7643e90083c747571", -1 }, + { NULL, 0, NULL, 0 } + }, Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, |