mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #858, todo review (demoted, commented)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c2aeab0ab8
commit
61e7f23847
@@ -203,11 +203,11 @@ namespace BlackMisc
|
||||
|
||||
const CSimulatorInfo CSimulatorInfo::getLocallyInstalledSimulators()
|
||||
{
|
||||
//! \todo add XP, ...
|
||||
CSimulatorInfo sim;
|
||||
bool fs9 = false;
|
||||
bool fsx = false;
|
||||
bool p3d = false;
|
||||
bool xp = false;
|
||||
|
||||
if (CBuildConfig::isRunningOnWindowsNtPlatform())
|
||||
{
|
||||
@@ -224,7 +224,8 @@ namespace BlackMisc
|
||||
!CFsCommonUtil::p3dDir().isEmpty() &&
|
||||
!CFsCommonUtil::p3dSimObjectsDir().isEmpty();
|
||||
}
|
||||
bool xp = true; //! \todo XP resolution
|
||||
|
||||
xp = true; //! \todo XP resolution for locally installed simulator
|
||||
|
||||
sim.setSimulator(CSimulatorInfo::boolToFlag(fsx, fs9, xp, p3d));
|
||||
return sim;
|
||||
|
||||
Reference in New Issue
Block a user