dinput: Move WARN where it belongs.
This commit is contained in:
parent
d0a345f914
commit
0ea7dc15f8
|
@ -657,11 +657,11 @@ static HRESULT WINAPI JoystickAImpl_Acquire(LPDIRECTINPUTDEVICE8A iface)
|
||||||
IDirectInputDevice2AImpl_Unacquire(iface);
|
IDirectInputDevice2AImpl_Unacquire(iface);
|
||||||
return DIERR_NOTFOUND;
|
return DIERR_NOTFOUND;
|
||||||
}
|
}
|
||||||
}
|
else
|
||||||
else
|
{
|
||||||
{
|
/* Couldn't open in r/w but opened in read-only. */
|
||||||
/* Couldn't open in r/w but opened in read-only. */
|
WARN("Could not open %s in read-write mode. Force feedback will be disabled.\n", This->joydev->device);
|
||||||
WARN("Could not open %s in read-write mode. Force feedback will be disabled.\n", This->joydev->device);
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return DI_OK;
|
return DI_OK;
|
||||||
|
|
Loading…
Reference in New Issue