From 90a97ddb68a69dcaf456a2357a73223b41276f02 Mon Sep 17 00:00:00 2001 From: matlo Date: Sat, 10 Dec 2016 13:20:50 +0100 Subject: [PATCH] Auto-adjust wheel range for GTF/DF emulations #417 --- core/adapter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/adapter.c b/core/adapter.c index 058d50fe..70880e99 100644 --- a/core/adapter.c +++ b/core/adapter.c @@ -973,11 +973,11 @@ int adapter_start() { // default joystick is a Logitech wheel with FFB support ff_lg_init(i, pid, adapter->joystick.usb_ids.product); - // wheel range may have to be changed - adapter_send_next_hid_report(i); #ifdef WIN32 start_hid(i); #endif + // wheel range may have to be changed + adapter_send_next_hid_report(i); } else if (adapter->joystick.has_ffb) {