diff --git a/Windows/DinputDevice.cpp b/Windows/DinputDevice.cpp index 2115d857f7d0..0581f522e31b 100644 --- a/Windows/DinputDevice.cpp +++ b/Windows/DinputDevice.cpp @@ -145,7 +145,7 @@ DinputDevice::DinputDevice(int devnum) { return; } - getDevices(false); + getDevices(needsCheck_); if ( (devnum >= (int)devices.size()) || FAILED(getPDI()->CreateDevice(devices.at(devnum).guidInstance, &pJoystick, NULL))) { return;