summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_ft
diff options
context:
space:
mode:
Diffstat (limited to 'ftnoir_protocol_ft')
-rw-r--r--ftnoir_protocol_ft/ftnoir_protocol_ft.cpp10
1 files changed, 3 insertions, 7 deletions
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;