mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +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");
|
Q_ASSERT_X(m_fsuipc, Q_FUNC_INFO, "No FSUIPC");
|
||||||
m_connectionHostMessages = connect(m_fs9Host.data(), &CFs9Host::customPacketReceived, this, &CSimulatorFs9::processFs9Message);
|
m_connectionHostMessages = connect(m_fs9Host.data(), &CFs9Host::customPacketReceived, this, &CSimulatorFs9::processFs9Message);
|
||||||
|
|
||||||
if (m_useFsuipc)
|
useFsuipc(true);
|
||||||
{
|
|
||||||
m_fsuipc->open(); // connect FSUIPC too
|
|
||||||
}
|
|
||||||
this->initSimulatorInternals();
|
this->initSimulatorInternals();
|
||||||
m_timerId = startTimer(50);
|
m_timerId = startTimer(50);
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user