mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
[FS9] Enable FSUIPC by default for FS9
This commit is contained in:
committed by
Mat Sutcliffe
parent
18c96791b8
commit
fa08c6bf15
@@ -138,10 +138,7 @@ namespace BlackSimPlugin
|
||||
Q_ASSERT_X(m_fsuipc, Q_FUNC_INFO, "No FSUIPC");
|
||||
m_connectionHostMessages = connect(m_fs9Host.data(), &CFs9Host::customPacketReceived, this, &CSimulatorFs9::processFs9Message);
|
||||
|
||||
if (m_useFsuipc)
|
||||
{
|
||||
m_fsuipc->open(); // connect FSUIPC too
|
||||
}
|
||||
useFsuipc(true);
|
||||
this->initSimulatorInternals();
|
||||
m_timerId = startTimer(50);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user