diff options
author | Johannes Schickel | 2008-08-13 19:10:31 +0000 |
---|---|---|
committer | Johannes Schickel | 2008-08-13 19:10:31 +0000 |
commit | 0f95bb9fd516ad9d61f9d8ccc492cdb1c69cfc87 (patch) | |
tree | 1b24d01465a01bb31ccbbe6345f887f761fe99e0 | |
parent | e514760c7a32a10e5b2f9f0022c80266b54632e3 (diff) | |
download | scummvm-rg350-0f95bb9fd516ad9d61f9d8ccc492cdb1c69cfc87.tar.gz scummvm-rg350-0f95bb9fd516ad9d61f9d8ccc492cdb1c69cfc87.tar.bz2 scummvm-rg350-0f95bb9fd516ad9d61f9d8ccc492cdb1c69cfc87.zip |
Added detection entries for kyra3 Mac.
svn-id: r33837
-rw-r--r-- | engines/kyra/detection.cpp | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index 160a60d6f4..0ae289e09d 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -655,6 +655,53 @@ const KYRAGameDescription adGameDescs[] = { KYRA3_CD_INS_FLAGS }, + // Mac version + { + { + "kyra3", + 0, + { + { "ONETIME.PAK", 0, "3833ff312757b8e6147f464cca0a6587", -1 }, + { "AUD.PAK", 0, 0, -1 }, + { 0, 0, 0, 0 } + }, + Common::EN_ANY, + Common::kPlatformMacintosh, + Common::ADGF_DROPLANGUAGE + }, + KYRA3_CD_INS_FLAGS + }, + { + { + "kyra3", + 0, + { + { "ONETIME.PAK", 0, "3833ff312757b8e6147f464cca0a6587", -1 }, + { "AUD.PAK", 0, 0, -1 }, + { 0, 0, 0, 0 } + }, + Common::DE_DEU, + Common::kPlatformMacintosh, + Common::ADGF_DROPLANGUAGE + }, + KYRA3_CD_INS_FLAGS + }, + { + { + "kyra3", + 0, + { + { "ONETIME.PAK", 0, "3833ff312757b8e6147f464cca0a6587", -1 }, + { "AUD.PAK", 0, 0, -1 }, + { 0, 0, 0, 0 } + }, + Common::FR_FRA, + Common::kPlatformMacintosh, + Common::ADGF_DROPLANGUAGE + }, + KYRA3_CD_INS_FLAGS + }, + // Spanish fan translation, see fr#1994040 "KYRA3: Add support for Spanish fan translation" { { |