diff options
author | Johannes Schickel | 2009-04-21 11:32:10 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-04-21 11:32:10 +0000 |
commit | 5e1ee4914898e3bde1dee20c5dfe70cab77a8a11 (patch) | |
tree | 7f7865fe9cf1f58cd3e02049fd8d5a825b69194f | |
parent | b01e82488d6c3252621bb64389df9a996581c9da (diff) | |
download | scummvm-rg350-5e1ee4914898e3bde1dee20c5dfe70cab77a8a11.tar.gz scummvm-rg350-5e1ee4914898e3bde1dee20c5dfe70cab77a8a11.tar.bz2 scummvm-rg350-5e1ee4914898e3bde1dee20c5dfe70cab77a8a11.zip |
Mark PC98 CD version as CD version (like it is already done with FM-Towns).
svn-id: r40040
-rw-r--r-- | engines/kyra/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index bc3fcb7a12..93219bf68f 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -252,7 +252,7 @@ const KYRAGameDescription adGameDescs[] = { { // PC-9821 version { "kyra1", - 0, + "CD", { { "EMC.PAK", 0, "a046bb0b422061aab8e4c4689400343a", -1 }, { "MUSIC98.PAK", 0, "02fc212f799331b769b274e33d87b37f", -1 }, @@ -267,7 +267,7 @@ const KYRAGameDescription adGameDescs[] = { { { "kyra1", - 0, + "CD", { { "JMC.PAK", 0, "9c5707a2a478e8167e44283246612d2c", -1 }, { "MUSIC98.PAK", 0, "02fc212f799331b769b274e33d87b37f", -1 }, |