mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Add initial simulator plugin support for FS2020
This adds simulator plugin support for FS2020. It still pretends to be FSX until full integration is completed.
This commit is contained in:
committed by
Mat Sutcliffe
parent
aa32544b53
commit
3baab2ae4d
@@ -97,6 +97,12 @@ namespace BlackMisc
|
||||
return s;
|
||||
}
|
||||
|
||||
const QString &CSimulatorPluginInfo::fs2020PluginIdentifier()
|
||||
{
|
||||
static const QString s("org.swift-project.plugins.simulator.fs2020");
|
||||
return s;
|
||||
}
|
||||
|
||||
const QString &CSimulatorPluginInfo::emulatedPluginIdentifier()
|
||||
{
|
||||
static const QString s("org.swift-project.plugins.simulator.emulated");
|
||||
@@ -112,7 +118,8 @@ namespace BlackMisc
|
||||
xplanePluginIdentifier(),
|
||||
fs9PluginIdentifier(),
|
||||
emulatedPluginIdentifier(),
|
||||
fgPluginIdentifier()
|
||||
fgPluginIdentifier(),
|
||||
fs2020PluginIdentifier()
|
||||
});
|
||||
return identifiers;
|
||||
}
|
||||
@@ -128,6 +135,7 @@ namespace BlackMisc
|
||||
return QStringList
|
||||
{
|
||||
fsxPluginIdentifier(),
|
||||
fs2020PluginIdentifier(),
|
||||
p3dPluginIdentifier(),
|
||||
xplanePluginIdentifier(),
|
||||
fgPluginIdentifier()
|
||||
|
||||
Reference in New Issue
Block a user