Commit a0c10c2a authored by Vincent Pelletier's avatar Vincent Pelletier Committed by Alexandre Julliard

dinput: Use tested DirectInput version instead of latest.

parent e49cb3bf
......@@ -373,7 +373,7 @@ static BOOL CALLBACK EnumJoysticks(
if (effect)
{
hr = IDirectInputEffect_Initialize(effect, hInstance, DIRECTINPUT_VERSION,
hr = IDirectInputEffect_Initialize(effect, hInstance, data->version,
&GUID_ConstantForce);
ok(hr==DI_OK,"IDirectInputEffect_Initialize failed: %08x\n", hr);
hr = IDirectInputEffect_SetParameters(effect, &eff, DIEP_AXES | DIEP_DIRECTION |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment