From f7e9f2e133b99c7cab097a4a416eeb48ca75bdc9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 7 Jun 2014 21:24:25 +0200 Subject: freetrack: enable dummy executable unconditionally Signed-off-by: Stanislaw Halik --- ftnoir_protocol_ft/ftnoir_protocol_ft.cpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'ftnoir_protocol_ft') diff --git a/ftnoir_protocol_ft/ftnoir_protocol_ft.cpp b/ftnoir_protocol_ft/ftnoir_protocol_ft.cpp index 5c086c10..281af6a0 100644 --- a/ftnoir_protocol_ft/ftnoir_protocol_ft.cpp +++ b/ftnoir_protocol_ft/ftnoir_protocol_ft.cpp @@ -193,13 +193,9 @@ bool FTNoIR_Protocol::checkServerInstallationOK() start_tirviews(); } - // - // Check if TIRViews or dummy TrackIR.exe is required for this game - // - if (s.useDummyExe) { - start_dummy(); - } - + // more games need the dummy executable than previously thought + start_dummy(); + pMemData->data.DataID = 1; pMemData->data.CamWidth = 100; pMemData->data.CamHeight = 250; -- cgit v1.2.3