June 12, 2026
5:37 p.m.
From: Shaun Ren <sren@codeweavers.com> --- dlls/xinput1_3/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/xinput1_3/main.c b/dlls/xinput1_3/main.c index c1ad48e3fc4..466e664f50f 100644 --- a/dlls/xinput1_3/main.c +++ b/dlls/xinput1_3/main.c @@ -332,7 +332,6 @@ static DWORD HID_set_state(struct xinput_controller *controller, XINPUT_VIBRATIO ret = HidD_SetOutputReport(controller->device, report_buf, report_len); if (!ret) WARN("HidD_SetOutputReport failed with error %lu\n", GetLastError()); - return 0; return ERROR_SUCCESS; } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11139