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.
This commit is contained in:
parent
8942a96baf
commit
0031c41db8
121 changed files with 1699 additions and 1699 deletions
|
@ -78,7 +78,7 @@ static Common::String generatePreferredTarget(const Common::String &id, const AD
|
|||
res = res + "-cd";
|
||||
}
|
||||
|
||||
if (desc->platform != Common::kPlatformPC && desc->platform != Common::kPlatformUnknown) {
|
||||
if (desc->platform != Common::kPlatformDOS && desc->platform != Common::kPlatformUnknown) {
|
||||
res = res + "-" + getPlatformAbbrev(desc->platform);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue