diff options
author | Tarek Soliman | 2011-08-06 23:33:04 -0500 |
---|---|---|
committer | Tarek Soliman | 2011-08-06 23:33:04 -0500 |
commit | 40f765850f3d5ffe76d5987252c8198b4de735a4 (patch) | |
tree | cddc6ff96267c1993c8944d91588ba9cf3a72759 /engines | |
parent | 45fa59598eedadcc962a7795d8131d046ebe73bc (diff) | |
download | scummvm-rg350-40f765850f3d5ffe76d5987252c8198b4de735a4.tar.gz scummvm-rg350-40f765850f3d5ffe76d5987252c8198b4de735a4.tar.bz2 scummvm-rg350-40f765850f3d5ffe76d5987252c8198b4de735a4.zip |
SAGA: Flag CD titles with ADGF_CD
Diffstat (limited to 'engines')
-rw-r--r-- | engines/saga/detection_tables.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h index a29d835a54..3e83c30eef 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -328,7 +328,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformMacintosh, - ADGF_NO_FLAGS, + ADGF_CD, GUIO_NONE }, GID_ITE, @@ -352,7 +352,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformMacintosh, - ADGF_NO_FLAGS, + ADGF_CD, GUIO_NONE }, GID_ITE, @@ -384,7 +384,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformUnknown, - ADGF_NO_FLAGS, + ADGF_CD, GUIO_NONE }, GID_ITE, @@ -414,7 +414,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::IT_ITA, Common::kPlatformUnknown, - ADGF_NO_FLAGS, + ADGF_CD, GUIO_NONE }, GID_ITE, @@ -438,7 +438,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_CD, GUIO_NONE }, GID_ITE, @@ -462,7 +462,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::IT_ITA, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_CD, GUIO_NONE }, GID_ITE, @@ -486,7 +486,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_CD, GUIO_NONE }, GID_ITE, @@ -511,7 +511,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_CD, GUIO_NONE }, GID_ITE, |