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
|
@ -350,7 +350,7 @@ const ADGameDescription *AgiMetaEngine::fallbackDetect(const FileMap &allFilesXX
|
|||
|
||||
// Set the default values for the fallback descriptor's ADGameDescription part.
|
||||
g_fallbackDesc.desc.language = Common::UNK_LANG;
|
||||
g_fallbackDesc.desc.platform = Common::kPlatformPC;
|
||||
g_fallbackDesc.desc.platform = Common::kPlatformDOS;
|
||||
g_fallbackDesc.desc.flags = ADGF_NO_FLAGS;
|
||||
|
||||
// Set default values for the fallback descriptor's AGIGameDescription part.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue