aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/detection.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2013-05-02 18:26:58 -0400
committerMatthew Hoops2013-05-02 18:43:10 -0400
commit0031c41db855ac4bebd05ca1b2c1fa6694242979 (patch)
tree98f4e4bf20148171c3638476ed7f24a61a7a03c1 /engines/toon/detection.cpp
parent8942a96bafaa8541383347318c19392ce949248a (diff)
downloadscummvm-rg350-0031c41db855ac4bebd05ca1b2c1fa6694242979.tar.gz
scummvm-rg350-0031c41db855ac4bebd05ca1b2c1fa6694242979.tar.bz2
scummvm-rg350-0031c41db855ac4bebd05ca1b2c1fa6694242979.zip
COMMON: Change kPlatformPC to kPlatformDOS
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows.
Diffstat (limited to 'engines/toon/detection.cpp')
-rw-r--r--engines/toon/detection.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp
index 38b1f4f6e1..cee7a23796 100644
--- a/engines/toon/detection.cpp
+++ b/engines/toon/detection.cpp
@@ -44,7 +44,7 @@ static const ADGameDescription gameDescriptions[] = {
{"study.svl", 0, "281efa3f33f6712c0f641a605f4d40fd", 2511090},
AD_LISTEND
},
- Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO0()
+ Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
},
{
"toon", "",
@@ -54,7 +54,7 @@ static const ADGameDescription gameDescriptions[] = {
{"study.svl", 0, "df056b94ea83f1ed92a539cf636053ab", 2542668},
AD_LISTEND
},
- Common::FR_FRA, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO0()
+ Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
},
{
"toon", "",
@@ -64,7 +64,7 @@ static const ADGameDescription gameDescriptions[] = {
{"study.svl", 0, "72fe96a9e10967d3138e918295babc42", 2910283},
AD_LISTEND
},
- Common::DE_DEU, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO0()
+ Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
},
{
"toon", "",
@@ -74,7 +74,7 @@ static const ADGameDescription gameDescriptions[] = {
{"study.svl", 0, "b6b1ee2d9d94d53d305856039ab7bde7", 2634620},
AD_LISTEND
},
- Common::ES_ESP, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO0()
+ Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
},
{
"toon", "",
@@ -83,7 +83,7 @@ static const ADGameDescription gameDescriptions[] = {
{"arcaddbl.svl", 0, "1d1b96e317e03ffd3874a8ebe59556f3", 6246232},
{"study.svl", 0, "d4aff126ee27be3c3d25e2996369d7cb", 2324368},
},
- Common::RU_RUS, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO0()
+ Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
},
{
"toon", "",
@@ -93,7 +93,7 @@ static const ADGameDescription gameDescriptions[] = {
{"generic.svl", 0, "5eb99850ada22f0b8cf6392262d4dd07", 9404599},
AD_LISTEND
},
- Common::DE_DEU, Common::kPlatformPC, ADGF_DEMO, GUIO0()
+ Common::DE_DEU, Common::kPlatformDOS, ADGF_DEMO, GUIO0()
},
{
"toon", "",
@@ -102,7 +102,7 @@ static const ADGameDescription gameDescriptions[] = {
{"generic.svl", 0, "5c42724bb93b360dca7044d6b7ef26e5", 7739319},
AD_LISTEND
},
- Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO0()
+ Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO0()
},
AD_TABLE_END_MARKER