diff options
Diffstat (limited to 'opentrack-dinput')
-rw-r--r-- | opentrack-dinput/win32-joystick.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opentrack-dinput/win32-joystick.cpp b/opentrack-dinput/win32-joystick.cpp index 4765d4e9..18500a0d 100644 --- a/opentrack-dinput/win32-joystick.cpp +++ b/opentrack-dinput/win32-joystick.cpp @@ -71,7 +71,8 @@ bool win32_joy_ctx::poll_axis(const QString &guid, int* axes) if (FAILED(hr = joy_handle->GetDeviceState(sizeof(js), &js))) { - qDebug() << "joy get state failed" << guid << hr; + //qDebug() << "joy get state failed" << guid << hr; + portable::sleep(50); continue; } |