Commit 1b3e6b02 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

dinput: Implement support for the PID effect set periodic report.

parent 6f2e6696
......@@ -5092,7 +5092,6 @@ static void test_periodic_effect( IDirectInputDevice8W *device, HANDLE file )
/* set periodic */
{
.code = IOCTL_HID_WRITE_REPORT,
.todo = TRUE,
.report_id = 5,
.report_len = 2,
.report_buf = {0x05,0x19},
......
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