Commit 2d9e2a33 authored by Robert Reif's avatar Robert Reif Committed by Alexandre Julliard

Effect objects are not supported yet so don't crash when trying to

enumerate them.
parent 95086f45
......@@ -757,8 +757,6 @@ HRESULT WINAPI IDirectInputDevice2AImpl_EnumCreatedEffectObjects(
{
FIXME("(this=%p,%p,%p,0x%08lx): stub!\n",
iface, lpCallback, lpvRef, dwFlags);
if (lpCallback)
lpCallback(NULL, lpvRef);
return DI_OK;
}
......
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