refactor: rename the plugin msfs to msfs2020

This commit is contained in:
tzobler
2025-11-21 14:48:49 +01:00
committed by Thomas Zobler
parent 5951f75fe1
commit 7e9672b31d
74 changed files with 2875 additions and 843 deletions

View File

@@ -25,7 +25,7 @@ constexpr bool swift::config::CBuildConfig::isCompiledWithFsxSupport()
constexpr bool swift::config::CBuildConfig::isCompiledWithFsuipcSupport()
{
return isCompiledWithFsxSupport() || isCompiledWithP3DSupport() || isCompiledWithFs9Support() || isCompiledWithMSFSSupport() || isCompiledWithMSFS2024Support();
return isCompiledWithFsxSupport() || isCompiledWithP3DSupport() || isCompiledWithFs9Support() || isCompiledWithMSFS2020Support() || isCompiledWithMSFS2024Support();
}
constexpr bool swift::config::CBuildConfig::isCompiledWithXPlaneSupport()
@@ -38,7 +38,7 @@ constexpr bool swift::config::CBuildConfig::isCompiledWithFGSupport()
return SWIFTCONFIG_${SWIFT_BUILD_FLIGHTGEAR_PLUGIN};
}
constexpr bool swift::config::CBuildConfig::isCompiledWithMSFSSupport()
constexpr bool swift::config::CBuildConfig::isCompiledWithMSFS2020Support()
{
return SWIFTCONFIG_${SWIFT_BUILD_MSFS_PLUGIN};
}