Commit 71924d7d authored by Kovács András's avatar Kovács András Committed by Alexandre Julliard

dinput: joydev_enum_deviceA now returns the correct value.

parent c872bd5f
......@@ -333,7 +333,7 @@ static BOOL joydev_enum_deviceW(DWORD dwDevType, DWORD dwFlags, LPDIDEVICEINSTAN
find_joydevs();
if (id >= have_joydevs) {
return -1;
return FALSE;
}
if (!((dwDevType == 0) ||
......
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