mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Exclude emulated driver from FSX settings as this will cause issues
The emulated driver looks like P3D/FSD, but is a different class
This commit is contained in:
@@ -27,6 +27,11 @@ namespace BlackSimPlugin
|
||||
//! Common base class for MS flight simulators
|
||||
class CSimulatorFsCommon : public Common::CSimulatorPluginCommon
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(BlackCore::ISimulator)
|
||||
Q_INTERFACES(BlackMisc::Simulation::ISimulationEnvironmentProvider)
|
||||
Q_INTERFACES(BlackMisc::Simulation::IInterpolationSetupProvider)
|
||||
|
||||
public:
|
||||
//! Destructor
|
||||
virtual ~CSimulatorFsCommon() override;
|
||||
|
||||
Reference in New Issue
Block a user