mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
feat: Add MSFS support
Co-Authored-By: Roland Rossgotterer <roland.rossgotterer@gmail.com> Co-Authored-By: tzobler <tzobler@t-online.de>
This commit is contained in:
@@ -213,6 +213,7 @@ namespace swift::core::fsd
|
||||
case CSimulatorInfo::FS9: m_simType = SimType::MSFS2004; break;
|
||||
case CSimulatorInfo::FG: m_simType = SimType::FlightGear; break;
|
||||
case CSimulatorInfo::XPLANE: m_simType = SimType::XPLANE11; break;
|
||||
case CSimulatorInfo::MSFS: m_simType = SimType::MSFS; break;
|
||||
default: m_simType = SimType::Unknown; break;
|
||||
}
|
||||
m_simTypeInfo = CSimulatorInfo(simulator);
|
||||
|
||||
Reference in New Issue
Block a user