Modify Kyrandia 1 Amiga detection entry to allow the detector to differentiate between different languages.

svn-id: r44069
This commit is contained in:
Johannes Schickel 2009-09-13 20:10:56 +00:00
parent 690ee5fa67
commit 072aca05dc

View file

@ -205,7 +205,11 @@ const KYRAGameDescription adGameDescs[] = {
{ {
"kyra1", "kyra1",
0, 0,
AD_ENTRY1("GEMCUT.PAK", "2bd1da653eaefd691e050e4a9eb68a64"), {
{ "GEMCUT.PAK", 0, "2bd1da653eaefd691e050e4a9eb68a64", -1 },
{ "GEMCUT.EMC", 0, "2a3f44e179f1e9f7643e90083c747571", -1 },
{ NULL, 0, NULL, 0 }
},
Common::EN_ANY, Common::EN_ANY,
Common::kPlatformAmiga, Common::kPlatformAmiga,
ADGF_NO_FLAGS, ADGF_NO_FLAGS,