dinput: Remove "stub!" from HID joystick IDirectInputDevice8_EnumCreatedEffectObjects.
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2acb6bc6fd
commit
099d649434
|
@ -1195,7 +1195,7 @@ static HRESULT WINAPI hid_joystick_EnumCreatedEffectObjects( IDirectInputDevice8
|
|||
struct hid_joystick *impl = impl_from_IDirectInputDevice8W( iface );
|
||||
struct hid_joystick_effect *effect, *next;
|
||||
|
||||
FIXME( "iface %p, callback %p, context %p, flags %#x stub!\n", iface, callback, context, flags );
|
||||
TRACE( "iface %p, callback %p, context %p, flags %#x.\n", iface, callback, context, flags );
|
||||
|
||||
if (!callback) return DIERR_INVALIDPARAM;
|
||||
if (flags) return DIERR_INVALIDPARAM;
|
||||
|
|
Loading…
Reference in New Issue