Skip to content

Commit

Permalink
Auto-adjust wheel range for GTF/DF emulations #417
Browse files Browse the repository at this point in the history
  • Loading branch information
matlo committed Dec 10, 2016
1 parent cb86bb0 commit 90a97dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 90a97dd

Please sign in to comment.