mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
refs #911, added P3D exclude directories
This commit is contained in:
committed by
Mathew Sutcliffe
parent
566b6aabf3
commit
1c96d30bcd
@@ -199,7 +199,21 @@ namespace BlackMisc
|
||||
|
||||
const QStringList &CFsCommonUtil::p3dSimObjectsExcludeDirectoryPatterns()
|
||||
{
|
||||
return fsxSimObjectsExcludeDirectoryPatterns();
|
||||
static const QStringList exclude
|
||||
{
|
||||
// FSX
|
||||
"SimObjects/Animals",
|
||||
"SimObjects/Misc",
|
||||
"SimObjects/GroundVehicles",
|
||||
"SimObjects/Boats",
|
||||
|
||||
// P3D new
|
||||
"SimObjects/Avatars",
|
||||
"SimObjects/Countermeasures",
|
||||
"SimObjects/Submersible",
|
||||
"SimObjects/Weapons",
|
||||
};
|
||||
return exclude;
|
||||
}
|
||||
|
||||
QString fs9DirFromRegistryImpl()
|
||||
|
||||
Reference in New Issue
Block a user