From 689332f5b6cdae4919dc3efcb2e9eb2c3d8c34f9 Mon Sep 17 00:00:00 2001 From: Tom Brazier Date: Tue, 13 Jun 2023 17:33:53 +0100 Subject: Move the call to simconnect_set6DOF() into the pipeline thread, potentially reducing jitter and reduce the simconnect thread to keepalive work --- proto-simconnect/ftnoir_protocol_sc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'proto-simconnect/ftnoir_protocol_sc.h') diff --git a/proto-simconnect/ftnoir_protocol_sc.h b/proto-simconnect/ftnoir_protocol_sc.h index 28b9b1d8..df3a538d 100644 --- a/proto-simconnect/ftnoir_protocol_sc.h +++ b/proto-simconnect/ftnoir_protocol_sc.h @@ -47,8 +47,6 @@ public: void run() override; private: - void handler(); - enum { SIMCONNECT_RECV_ID_EXCEPTION = 2, SIMCONNECT_RECV_ID_QUIT = 3, -- cgit v1.2.3